isHex

Checks if c is hexadecimal (all digits & letters from A to F)

bool
isHex
(
char c
)

Parameters

c char

char

Return Value

Type: bool

isHex

Meta