Rune.IsAscii 屬性

定義

取得值,指出與此 Rune 關聯的純量值是否在 ASCII 編碼範圍內。

public:
 property bool IsAscii { bool get(); };
public bool IsAscii { get; }
member this.IsAscii : bool
Public ReadOnly Property IsAscii As Boolean

屬性值

Boolean

true 如果相關聯的純量值位於 ASCII 編碼範圍內, ( [ U+0000..U+007F ]) ,因此可由單一 UTF-8 程式碼單位表示;否則為 false

適用於