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 割り当てられた文字列は、数値が "‰" を含む書式指定文字列で書式設定されている場合に、結果文字列に含まれます。

適用対象

こちらもご覧ください