NumberFormatInfo.PerMilleSymbol 属性

定义

获取或设置用作千分比符号的字符串。

public:
 property System::String ^ PerMilleSymbol { System::String ^ get(); void set(System::String ^ value); };
public string PerMilleSymbol { get; set; }
member this.PerMilleSymbol : string with get, set
Public Property PerMilleSymbol As String

属性值

用作千分比符号的字符串。 InvariantInfo 默认为“‰”,它是 Unicode 字符 U+2030。

例外

该属性设置为 null

设置了该属性,但 NumberFormatInfo 对象为只读。

注解

当数值使用包含“)。”的格式字符串格式化数值时,分配给 PerMilleSymbol 属性的字符串将包含在结果字符串中。

适用于

另请参阅