NumeralSystemIdentifiers.Limb Property

Definition

Gets the identifier for the Limbu decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Limb", which identifies the Limbu decimal numeral system. This system uses the following Unicode values:

Unicode code pointCorresponding Latin digit
U+19460
U+19471
U+19482
U+19493
U+194A4
U+194B5
U+194C6
U+194D7
U+194E8
U+194F9

Applies to

See also