NumeralSystemIdentifiers.Latn Property

Definition

Gets the identifier for the Latin decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Latn", which identifies the Latin decimal numeral system. This system has the Latin digits 0123456789.

Applies to

See also