Rune.IsBmp 属性
定义
public:
property bool IsBmp { bool get(); };
public bool IsBmp { get; }
member this.IsBmp : bool
Public ReadOnly Property IsBmp As Boolean
属性值
true 如果关联的标量值在 BMP 编码范围内 ( [U + 0000. U + FFFF] ) 并因此由单个 UTF-16 代码单元表示,则为;否则为 false 。true if the scalar value associated is within the BMP encoding range ([ U+0000..U+FFFF ]) and therefore representable by a single UTF-16 code unit; otherwise, false.