NumeralSystemIdentifiers.Guru Property

Definition

Gets the identifier for the Gurmukhi decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Guru", which identifies the Gurmukhi decimal numeral system. This system has the digits ੦੧੨੩੪੫੬੭੮੯ which correspond to the Latin digits 0-9.

Applies to

See also