NumberFormatInfoStatic

NumberFormatInfoStatic


Provides methods to retrieve the various types of NumberFormatInfo objects.


Public:

Types:

NameDescription
 NumberStyles Determines the styles permitted in numeric string arguments that are passed to the Parse and TryParse methods of the integral and floating-point numeric types.  

Properties:

NameDescription
 CurrentInfo (get) Returns the NumberFormatInfo object of the threads current culture.  
 InvariantInfo (get) Returns the NumberFormatInfo object of the variant culture type. This is the same no matter what culture is current.  

Methods:

NameDescription
 GetInstance Returns the NumberFormatInfo object from a specific provider.  
 ReadOnly Returns a read-only version of the NumberFormatInfo object.  

Remarks

This class cannot be directly instantiated. To access these methods use the variable name directly.

 Dim Info As NumberFormatInfo
 Set Info = NumberFormatInfo.CurrentInfo
 

See Also

Project CorLib Overview

Class NumberFormatInfoStatic Overview

NumberFormatInfo