Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
NumberFormat Class Members
The following tables list the members exposed by NumberFormat.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | Bullet | a bullet symbol |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | CardinalText | One, Two, Three etc. |
![Public Property](dotnetimages/publicProperty.gif) | CustomFormat | Gets the custom number format or null if it is a standard format. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | Decimal | Decimal numbers |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | DecimalEnclosedFullstop | Decimal numbers followed by a period. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | DecimalEnclosedParen | Decimal numbers enclosed in parentheses. |
![Public Property](dotnetimages/publicProperty.gif) | IsCustom | Gets the value indicating whether the number format is a custom format. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | LowerLetter | Lowecase letters, e.g. a, b, c, d etc. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | LowerRoman | Lowercase roman numerals, e.g. i, ii, iii, iv etc. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | Ordinal | 1st, 2nd, 3rd etc. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | OrdinalText | First, Second, Third etc. |
![Public Property](dotnetimages/publicProperty.gif) | Type | Gets the type of number format. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | UpperLetter | Uppercase letters, e.g. A, B, C, D etc. |
![Public Property](dotnetimages/publicProperty.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | UpperRoman | Uppercase roman numerals, e.g. I, II, III, IV etc. |
Public Methods
See Also