NumeralSystemIdentifiers.Knda Property

Definition

Gets the identifier for the Kannada decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Knda", which identifies the Kannada decimal numeral system. This system has the digits ೦೧೨೩೪೫೬೭೮೯ which correspond to the Latin digits 0-9.

Applies to

See also