System.Globalization.NumberFormatInfo.NativeDigits Property

Gets or sets a string array of native digits equivalent to the Western digits 0 through 9.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public string[] NativeDigits { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

The character set that is specified by the NumberFormatInfo.NativeDigits property has no effect on parsing or formatting operations. Only the Basic Latin digits 0 (U+0030) through 9 (U+0039) are used when formatting or parsing numeric values or date and time values.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0