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進数の表現またはある互換相当物に一般に使われるものであるかどうかを指し示すブール値。
Technology
- Swift Standard Library
Swift標準ライブラリ
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.
このプロパティは、それに対してisASCIIHexDigit
がtrue
である全てのスカラーに対して、それだけでなくそれらのCJK半角および全角異字体に対しても、true
です。
This property corresponds to the “Hex_Digit” property in the Unicode Standard.
このプロパティは、ユニコード標準における “Hex_Digit” に相当します。