The NumberFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NumberFormatter |
Initializes a new instance of the NumberFormatter class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString()()()() | (Inherited from Object.) | |
ToString(Object) |
Converts a numeric value to a string.
|
|
ToType |
Converts a string to a numeric value.
|
Properties
Name | Description | |
---|---|---|
ApplyOffset |
Gets or sets a value indicating whether a negative number format should be applied during formatting.
|
|
DecimalDigits |
Gets or sets the decimal digits in the number to be formatting.
|
|
IsSigned |
Gets or sets a value indicating whether the number to be formatted is signed.
|
|
OffsetAmount |
Gets an offset amount calculated from the value of WholeDigits.
|
|
WholeDigits |
Gets or sets the whole digits in the number to be formatting.
|