GetInstance Method
Collapse the table of content
Expand the table of content

NumberFormatInfo.GetInstance Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the NumberFormatInfo object associated with the specified IFormatProvider object.

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

public static NumberFormatInfo GetInstance(
	IFormatProvider formatProvider
)

Parameters

formatProvider
Type: System.IFormatProvider
The IFormatProvider object used to get the NumberFormatInfo.
-or-
null to get the CurrentInfo object.

Return Value

Type: System.Globalization.NumberFormatInfo
The NumberFormatInfo object associated with the specified IFormatProvider object.

This method uses the IFormatProvider.GetFormat method of formatProvider using NumberFormatInfo as the Type parameter. If formatProvider is null or if IFormatProvider.GetFormat returns null, this method returns CurrentInfo.

Your application gets a NumberFormatInfo object for a specific culture using one of the following methods:

A NumberFormatInfo object is created only for the invariant culture or for specific cultures, not for neutral cultures. For more information about the invariant culture, specific cultures, and neutral cultures, see the CultureInfo class.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft