NumberFormatInfo.GetFormat Method
Gets an object of the specified type that provides a number formatting service.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Parameters
- formatType
- Type: System.Type
The Type of the required formatting service.
Return Value
Type: System.ObjectThe current NumberFormatInfo, if formatType is the same as the type of the current NumberFormatInfo; otherwise, null.
Implements
IFormatProvider.GetFormat(Type)The Format(String, IFormatProvider) methods supported by the base data types invoke this method when the current NumberFormatInfo is passed as the IFormatProvider parameter. This method implements IFormatProvider.GetFormat.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.