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

適用於

另請參閱