Rune.IsBmp 屬性

定義

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

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

屬性值

Boolean

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

適用於