NumeralSystemIdentifiers.FullWide 属性

定义

使用全角字符获取拉丁文十进制数字系统的标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“FullWide”,它使用全角字符标识拉丁文十进制数字系统。 此系统具有与拉丁文数字 0-9 对应的数字0123456789。

适用于

另请参阅