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 屬性的字串會包含在結果字串中。