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 |
| Bullet | a bullet symbol |
| CardinalText | One, Two, Three etc. |
| CustomFormat | Gets the custom number format or null if it is a standard format. |
| Decimal | Decimal numbers |
| DecimalEnclosedFullstop | Decimal numbers followed by a period. |
| DecimalEnclosedParen | Decimal numbers enclosed in parentheses. |
| IsCustom | Gets the value indicating whether the number format is a custom format. |
| LowerLetter | Lowecase letters, e.g. a, b, c, d etc. |
| LowerRoman | Lowercase roman numerals, e.g. i, ii, iii, iv etc. |
| Ordinal | 1st, 2nd, 3rd etc. |
| OrdinalText | First, Second, Third etc. |
| Type | Gets the type of number format. |
| UpperLetter | Uppercase letters, e.g. A, B, C, D etc. |
| UpperRoman | Uppercase roman numerals, e.g. I, II, III, IV etc. |
Public Methods
See Also