This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
NumberFormatInfo Members
Public:
Constructor
NumberFormatInfo Constructor |
Creates an invariant, or culturally-independent, NumberFormatInfo object with its ReadOnly property set to false. |
Properties
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. |
Methods
Clone |
Creates a shallow copy of this instance and sets its ReadOnly field to false. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInstance |
Gets the specified NumberFormatInfo object. |
GetServiceObject |
Gets the specified service object. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ReadOnly |
[To be supplied.] |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
NumberFormatInfo Class | System.Globalization Namespace