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