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

適用於

另請參閱