NumeralSystemIdentifiers.Limb 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取林布十进制数字系统的标识符。
public:
static property Platform::String ^ Limb { Platform::String ^ get(); };
static winrt::hstring Limb();
public static string Limb { get; }
var string = NumeralSystemIdentifiers.limb;
Public Shared ReadOnly Property Limb As String
属性值
字符串“Limb”,标识林布十进制数字系统。 此系统使用以下 Unicode 值:
Unicode 码位 | 相应的拉丁文数字 |
---|---|
U+1946 | 0 |
U+1947 | 1 |
U+1948 | 2 |
U+1949 | 3 |
U+194A | 4 |
U+194B | 5 |
U+194C | 6 |
U+194D | 7 |
U+194E | 8 |
U+194F | 9 |