SqlSingle.Parse(String) 方法
定義
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
參數
傳回
SqlSingle,等於指定 String 中所包含的值。A SqlSingle equivalent to the value that is contained in the specified String.