NumeralSystemIdentifiers.FullWide 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 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
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.