Instance Property インスタンスプロパティ

isHexDigit

A Boolean value indicating whether the scalar is one that is commonly used for the representation of hexadecimal numbers or a compatibility equivalent. このスカラーが16進数の表現またはある互換相当物に一般に使われるものであるかどうかを指し示すブール値。

Declaration 宣言

var isHexDigit: Bool { get }

Discussion 解説

This property is true for all scalars for which isASCIIHexDigit is true as well as for their CJK halfwidth and fullwidth variants. このプロパティは、それに対してisASCIIHexDigittrueである全てのスカラーに対して、それだけでなくそれらのCJK半角および全角異字体に対しても、trueです。

This property corresponds to the “Hex_Digit” property in the Unicode Standard. このプロパティは、ユニコード標準における “Hex_Digit” に相当します。