Share via


NumeralSystemIdentifiers.Deva Property

Definition

Gets the identifier for the Devanagari decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Deva", which identifies the Devanagari decimal numeral system. This system has the digits ०१२३४५६७८९ which correspond to the Latin digits 0-9.

Applies to

See also