NumberFormatInfo Members
The following tables list the members exposed by the NumberFormatInfo type.
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
CurrentInfo | Gets the read-only NumberFormatInfo object that formats values based on the current system culture, as indicated in the CultureInfo object. |
![]() |
NegativeSign | Gets the string that indicates that the associated number is negative. |
![]() |
NumberDecimalSeparator | Gets the string that is used as the decimal separator in numeric values. |
![]() |
NumberGroupSeparator | Gets the string that separates groups of digits to the left of the decimal point in numeric values. |
![]() |
NumberGroupSizes | Gets the number of digits in each group to the left of the decimal point in numeric values. |
![]() |
PositiveSign | Gets the string that indicates that the associated number is positive. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |