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

适用于

另请参阅