NumeralSystemIdentifiers.FullWide Property

Definition

Gets the identifier for the Latin decimal numeral system using full-width characters.

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

Property Value

String

Platform::String

winrt::hstring

The string "FullWide", which identifies the Latin decimal numeral system using full-width characters. This system has the digits 0123456789 which correspond to the Latin digits 0-9.

Applies to

See also