SqlDouble.Parse(String) 方法

定義

String 數字的表示轉換為其雙精度浮點數等價值。

public:
 static System::Data::SqlTypes::SqlDouble Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDouble Parse(string s);
static member Parse : string -> System.Data.SqlTypes.SqlDouble
Public Shared Function Parse (s As String) As SqlDouble

參數

s
String

需要 String 解析。

傳回

A SqlDouble 包含由 String所代表的值。

適用於

另請參閱