NumeralSystemIdentifiers.HaniDec Property

Definition

Gets the identifier for the Han decimal numeral system.

public:
 static property Platform::String ^ HaniDec { Platform::String ^ get(); };
static winrt::hstring HaniDec();
public static string HaniDec { get; }
var string = NumeralSystemIdentifiers.haniDec;
Public Shared ReadOnly Property HaniDec As String

Property Value

String

Platform::String

winrt::hstring

The string "HaniDec", which identifies the Han decimal numeral system. This system has the digits 〇一二三四五六七八九 which correspond to the Latin digits 0-9.

Applies to

See also