Rune.IsBmp 属性

定义

获取一个值,该值指示与此 Rune 关联的标量值是否在 BMP 编码范围内。Gets a value that indicates whether the scalar value associated with this Rune is within the BMP encoding range.

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 代码单元表示,则为;否则为 falsetrue 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.

适用于