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

适用于

另请参阅