NumeralSystemIdentifiers.Gujr Property

Definition

Gets the identifier for the Gujarati decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Gujr", which identifies the Gujarati decimal numeral system. This system has the digits ૦૧૨૩૪૫૬૭૮૯ which correspond to the Latin digits 0-9.

Applies to

See also