NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumberFormatInfo Properties

The properties of the NumberFormatInfo class are listed below. For a complete list of NumberFormatInfo class members, see the NumberFormatInfo Members topic.

Public:

CurrencyDecimalDigits Retrieves and assigns the number of decimal places used in the representation of currency values.
CurrencyDecimalSeparator Retrieves and assigns the String used as the decimal separator.
CurrencyGroupSeparator Retrieves or assigns the character used to separate groups of digits to the left of the decimal point.
CurrencyGroupSize Retrieves and assigns the group size array.
CurrencyNegativePattern Retrieves and assigns the format of negative currency values.
CurrencyPositivePattern Retrieves and assigns the format of positive currency values.
CurrencySymbol Retrieves and assigns the string used as the local monetary symbol.
CurrentInfo Returns a NumberFormatInfo object that formats values based on the CultureInfo of the current thread.
InvariantInfo Returns a NumberFormatInfo object that formats values in an invariant or culturally-independent way.
IsReadOnly [To be supplied.]
NaNSymbol Retrieves and assigns the string used to represent the IEEE NaN (not a number) value.
NegativeInfinitySymbol Retrieves and assigns the string used to represent negative infinity.
NegativeSign Retrieves and assigns the String used to indicate negative values.
NumberDecimalDigits Retrieves and assigns the number of decimal places used in the representation of numerical values.
NumberDecimalSeparator Retrieves and assigns the String used as the decimal separator.
NumberGroupSeparator Retrieves and assigns the String used to separate groups of digits to the left of the decimal point.
NumberGroupSize Retrieves and assigns the number of digits in each group to the left of the decimal point.
NumberNegativePattern Retrieves and assigns the format used for negative values.
PercentDecimalDigits Retrieves and assigns the number of decimal places used in the representation of percent values.
PercentDecimalSeparator Retrieves and assigns the character used as the decimal separator.
PercentGroupSeparator Retrieves and assigns the character used to separate groups of digits to the left of the decimal point.
PercentGroupSize Retrieves and assigns the group size array.
PercentNegativePattern Retrieves and assigns the format used for negative percent values.
PercentPositivePattern Retrieves and assigns the format used for positive percent values.
PercentSymbol Retrieves and assigns the string used as the local monetary symbol.
PerMilleSymbol Retrieves and assigns the string used as the per mille symbol.
PositiveInfinitySymbol Retrieves and assigns the string used to represent positive infinity.
PositiveSign Retrieves and assigns the character used to indicate positive values.

See Also

NumberFormatInfo Class | System.Globalization Namespace