NumberFormatInfo.PerMilleSymbol 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用作千分比符号的字符串。
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 属性的字符串将包含在结果字符串中。