Freigeben über


NumberFormatInfo.GetFormat-Methode

Ruft ein Objekt vom angegebenen Typ ab, das einen Zahlenformatierungsdienst bereitstellt.

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

Syntax

'Declaration
Public Function GetFormat ( _
    formatType As Type _
) As Object
'Usage
Dim instance As NumberFormatInfo
Dim formatType As Type
Dim returnValue As Object

returnValue = instance.GetFormat(formatType)
public Object GetFormat (
    Type formatType
)
public:
virtual Object^ GetFormat (
    Type^ formatType
) sealed
public final Object GetFormat (
    Type formatType
)
public final function GetFormat (
    formatType : Type
) : Object

Parameter

  • formatType
    Der Type des erforderlichen Formatierungsdiensts.

Rückgabewert

Die aktuelle NumberFormatInfo, wenn formatType mit dem Typ der aktuellen NumberFormatInfo übereinstimmt, andernfalls NULL (Nothing in Visual Basic).

Hinweise

Wenn die aktuelle NumberFormatInfo als IFormatProvider-Parameter übergeben wird, rufen die von den Basisdatentypen unterstützten Format(String, IFormatProvider)-Methoden diese Methode auf. Diese Methode implementiert IFormatProvider.GetFormat.

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
IFormatProvider
GetFormat