NumberFormatInfoStatic: GetInstance

GetInstance

Returns the NumberFormatInfo object from a specific provider.



 Public Function GetInstance(
	  ByVal FormatProvider As IFormatProvider ) As NumberFormatInfo

Parameters

FormatProvider
[ByVal] IFormatProvider. The provider of the NumberFormatInfo object.

Return Values

NumberFormatInfo -  A NumberFormatInfo object from the provider.

Remarks

If the provider does not provide a NumberFormatInfo object, then the NumberFormatInfo object for the current culture is returned.

See Also

Project CorLib Overview

Class NumberFormatInfoStatic Overview