通过


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 该属性的字符串将包含在结果字符串中。

适用于

另请参阅