SqlDecimal.Parse(String) 方法

定義

String 數字的表示轉換為其 SqlDecimal 等價物。

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

參數

s
String

需要 String 解析。

傳回

SqlDecimal 價於所包含於指定 String中的值。

適用於

另請參閱