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

isHexDigit

A Boolean value indicating whether this character represents a hexadecimal digit. この文字が16進法桁を表しているかどうかを指し示すブール値。

Declaration 宣言

var isHexDigit: Bool { get }

Discussion 解説

Hexadecimal digits include 0-9, Latin letters a-f and A-F, and their fullwidth compatibility forms. To get the character’s value, use the hexDigitValue property. 16進法桁は、0-9、Latin文字 a-f および A-F、そしてそれらの全角互換形式を含みます。文字のもつ値を取得するには、hexDigitValueプロパティを使ってください。

See Also 参照

Checking a Character’s Numeric Properties 文字の数値プロパティを確認する