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.