SqlSingle.Parse(String) メソッド

定義

指定した StringSqlSingle 構造体に変換します。

public:
 static System::Data::SqlTypes::SqlSingle Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlSingle Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlSingle
Public Shared Function Parse (s As String) As SqlSingle

パラメーター

s
String

解析対象の文字列。String

戻り値

指定した SqlSingle に格納されている値と等価の String

適用対象

こちらもご覧ください