var isWholeNumber : Bool
A Boolean value indicating whether this character represents a whole number.
この文字が整数を表しているかどうかを指し示すブール値。
var wholeNumberValue : Int?
The numeric value this character represents, if it represents a whole number.
この文字が表す数値、もしそれが整数を表すならば。
var isHexDigit : Bool
A Boolean value indicating whether this character represents a hexadecimal digit.
この文字が16進法桁を表しているかどうかを指し示すブール値。
var hexDigitValue : Int?
The numeric value this character represents, if it is a hexadecimal digit.
この文字が表す数値、もしそれが16進法桁を表すならば。