Freigeben über


NumberFormatInfo.PerMilleSymbol-Eigenschaft

Ruft die als Promillesymbol zu verwendende Zeichenfolge ab oder legt diese fest.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Property PerMilleSymbol As String
'Usage
Dim instance As NumberFormatInfo
Dim value As String

value = instance.PerMilleSymbol

instance.PerMilleSymbol = value
public string PerMilleSymbol { get; set; }
public:
property String^ PerMilleSymbol {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PerMilleSymbol ()

/** @property */
public void set_PerMilleSymbol (String value)
public function get PerMilleSymbol () : String

public function set PerMilleSymbol (value : String)

Eigenschaftenwert

Die als Promillesymbol zu verwendende Zeichenfolge. Der Standardwert für InvariantInfo ist "‰", also das Unicode-Zeichen "U+2030".

Ausnahmen

Ausnahmetyp Bedingung

ArgumentNullException

Die Eigenschaft wird auf NULL (Nothing in Visual Basic) festgelegt.

InvalidOperationException

Die Eigenschaft wird festgelegt, und NumberFormatInfo ist schreibgeschützt.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

NumberFormatInfo-Klasse
NumberFormatInfo-Member
System.Globalization-Namespace
NumberFormatInfo.CurrencySymbol-Eigenschaft
NumberFormatInfo.NaNSymbol-Eigenschaft
NumberFormatInfo.PercentSymbol-Eigenschaft