UnicodeNumericType
UnicodeNumericType
UnicodeNumericType
UnicodeNumericType
Enum
Definition
Defines the type of numeral when a Unicode character represents a number.
public : enum class UnicodeNumericTypepublic enum UnicodeNumericTypePublic Enum UnicodeNumericType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Decimal Decimal Decimal Decimal | A decimal digit in a decimal system that uses 0 through 9. |
| Digit Digit Digit Digit | A digit in the range 0 through 9 that is used in special contexts. |
| None None None None | Not a numeric character. |
| Numeric Numeric Numeric Numeric | A character that represents another type of numeric value, such as a fraction. |
Remarks
A member of this enumeration is returned by GetNumericType.
These values follow the types in the Unicode Standard Annex #44.