Share via


NumberFormatInfo Members

The following tables list the members exposed by the NumberFormatInfo type.

Public Properties

Name Description
Public Property Static CurrentInfo Gets the read-only NumberFormatInfo object that formats values based on the current system culture, as indicated in the CultureInfo object.
Public Property NegativeSign Gets the string that indicates that the associated number is negative.
Public Property NumberDecimalSeparator Gets the string that is used as the decimal separator in numeric values.
Public Property NumberGroupSeparator Gets the string that separates groups of digits to the left of the decimal point in numeric values.
Public Property NumberGroupSizes Gets the number of digits in each group to the left of the decimal point in numeric values.
Public Property PositiveSign Gets the string that indicates that the associated number is positive.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

See Also

Reference

NumberFormatInfo Class
System.Globalization Namespace