public class NumberFormatInfo : FormatInfoPublic Class NumberFormatInfo
Inherits FormatInfotype NumberFormatInfo =
class
inherit FormatInfo
end| NumberFormatInfo | Initializes a new instance of the NumberFormatInfo class. |
| DecimalDigits | Returns the number of decimal digits |
| MaxLength |
The maximum number of characters that this format can hold
(Inherited from FormatInfo) |
| Precision | Returns the total number of digits. Same as TotalDigits |
| Scale | Returns the number of decimal digits. Same as DecimalDigits |
| SupportsMinus | Returns true if the format supports values that are less than zero. |
| TotalDigits | Returns the total number of digits. DecimalDigits + WholeDigits |
| WholeDigits | Returns the number of whole digits |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object) |