NumeralSystemIdentifiers.HaniDec Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "HaniDec", which identifies the Han decimal numeral system. This system has the digits 〇一二三四五六七八九 which correspond to the Latin digits 0-9.