次の方法で共有


DecimalType.Parse(String, NumberFormatInfo) メソッド

定義

指定した文字列と数値書式情報に対応する Decimal 値を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Decimal Parse(System::String ^ Value, System::Globalization::NumberFormatInfo ^ NumberFormat);
public static decimal Parse (string Value, System.Globalization.NumberFormatInfo? NumberFormat);
public static decimal Parse (string Value, System.Globalization.NumberFormatInfo NumberFormat);
static member Parse : string * System.Globalization.NumberFormatInfo -> decimal
Public Shared Function Parse (Value As String, NumberFormat As NumberFormatInfo) As Decimal
Public Function Parse (Value As String, NumberFormat As NumberFormatInfo) As Decimal

パラメーター

Value
String

必須です。 Decimal 値に変換する文字列。

NumberFormat
NumberFormatInfo

カルチャに応じて数値を形式指定および表示する方法を定義する NumberFormatInfo オブジェクト。

戻り値

Value に対応する Decimal 値。

注釈

このクラスは Visual Basic コンパイラをサポートしており、コードから直接使用するためのものではありません。

適用対象