GetInstance()

Namespace ›› System ›› MfNumberFormatInfo ›› Methods ››
Parent Previous Next

GetInstance()

Gets the MfNumberFormatInfo associated with the specified MfFormatProvider.

OutputVar := MfNumberFormatInfo GetInstance(formatProvider)

MfNumberFormatInfo.GetInstance(formatProvider)

Gets the MfNumberFormatInfo associated with the specified MfFormatProvider.

Parameters

formatProvider

The object derived from MfFormatProvider used to get the MfNumberFormatInfo.
-or-
null to get CurrentInfo.

Remarks

Static Method.
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:

Through the CultureInfo.NumberFormat property.

Through the GetInstance method where provider is a CultureInfo.

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.