This documentation is archived and is not being maintained.
NumberFormatInfo::GetFormat Method
Visual Studio 2010
Gets an object of the specified type that provides a number formatting service.
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, nullptr.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: