NumeralSystemIdentifiers.Latn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "Latn", which identifies the Latin decimal numeral system. This system has the Latin digits 0123456789.