Formatter.WriteDecimal(Decimal, String) メソッド
定義
protected:
abstract void WriteDecimal(System::Decimal val, System::String ^ name);
protected abstract void WriteDecimal (decimal val, string name);
abstract member WriteDecimal : decimal * string -> unit
Protected MustOverride Sub WriteDecimal (val As Decimal, name As String)
パラメーター
- val
- Decimal
書き込む値。The value to write.
- name
- String
メンバーの名前。The name of the member.
注意 (実装者)
このメソッドは、派生クラスで実装する必要があります。You must implement this method in a derived class.