CorLib  

NumberFormatInfoStatic

NumberFormatInfoStatic overview

Public:

Types:
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:
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:
GetInstance Returns the NumberFormatInfo object from a specific provider.  
ReadOnly Returns a read-only version of the NumberFormatInfo object.  

See Also