Hexadecimal Digit?
- Updated2023-02-17
- 1 minute(s) read
Hexadecimal Digit?
Returns True if a value represents a hexadecimal digit ranging from 0 through 9, A through F, or a through f. Otherwise, this node returns False.
If the value is a string, this node uses the first character in the string. If the value is a number, this node interprets it as the ASCII value of a character. If the value is a floating-point number, this node rounds to the nearest integer.
Inputs/Outputs
char
An input to this operation.
This input supports scalar strings or numbers, clusters of strings or numbers, arrays of strings or numbers, and so on.
hex?
Boolean result of the operation.
This output assumes the same data type structure as char.