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に含まれる値に相当します。

適用対象

こちらもご覧ください