NumberFormatInfo.ReadOnly-Methode
Gibt einen schreibgeschützten NumberFormatInfo-Wrapper zurück.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Shared Function ReadOnly ( _
nfi As NumberFormatInfo _
) As NumberFormatInfo
'Usage
Dim nfi As NumberFormatInfo
Dim returnValue As NumberFormatInfo
returnValue = NumberFormatInfo.ReadOnly(nfi)
public static NumberFormatInfo ReadOnly (
NumberFormatInfo nfi
)
public:
static NumberFormatInfo^ ReadOnly (
NumberFormatInfo^ nfi
)
public static NumberFormatInfo ReadOnly (
NumberFormatInfo nfi
)
public static function ReadOnly (
nfi : NumberFormatInfo
) : NumberFormatInfo
Parameter
- nfi
Die mit einem Wrapper zu versehende NumberFormatInfo.
Rückgabewert
Ein schreibgeschützter NumberFormatInfo-Wrapper um nfi.
Ausnahmen
Ausnahmetyp | Bedingung |
---|---|
nfi ist NULL (Nothing in Visual Basic). |
Hinweise
Dieser Wrapper verhindert Änderungen an nfi.
Der Versuch einer Zuweisung an eine Eigenschaft einer schreibgeschützten NumberFormatInfo löst eine InvalidOperationException aus.
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
IsReadOnly