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

適用対象

こちらもご覧ください