StandardFormat(Char, Byte) 构造函数

定义

初始化 StandardFormat 结构的新实例。

public StandardFormat (char symbol, byte precision = 255);
new System.Buffers.StandardFormat : char * byte -> System.Buffers.StandardFormat
Public Sub New (symbol As Char, Optional precision As Byte = 255)

参数

symbol
Char

类型特定的格式说明符,如 G、D 或 X。

precision
Byte

可选的精度范围从 0 到 99,或者特殊值 NoPrecision(默认值)。

例外

symbol 不为 NoPrecision,并且其值大于 MaxPrecision

- 或 -

symbol无法转换为 Byte

适用于