NumeralSystemIdentifiers.Vaii Property

Definition

Gets the identifier for the Vai decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Vaii", which identifies the Vai decimal numeral system. This system has the digits ꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩ which correspond to the Latin digits 0-9.

Applies to

See also