NumberFormatInfo.PerMilleSymbol Proprietà

Definizione

Ottiene o imposta la stringa da usare come simbolo di per mille.

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

Valore della proprietà

Stringa da usare come simbolo di per mille. L'impostazione predefinita per InvariantInfo è "‰", che corrisponde al carattere Unicode U+2030.

Eccezioni

La proprietà viene impostata su null.

La proprietà viene impostata e l'oggetto NumberFormatInfo è di sola lettura.

Commenti

La stringa assegnata alla PerMilleSymbol proprietà viene inclusa nella stringa di risultato quando un valore numerico viene formattato con una stringa di formato che include "?".

Si applica a

Vedi anche