SqlSingle.Parse(String) 方法

定義

將指定的 String 轉換成結構 SqlSingle

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中的值。

適用於

另請參閱