Function TRAP::Utils::String::IsHexDigit#

Function Documentation#

constexpr bool TRAP::Utils::String::IsHexDigit(char c)#

Check if a character is a hexdecimal digit (0123456789abcdefABCDEF).

Parameters:

c – Character to check.

Returns:

True if character is a hexdecimal digit, false otherwise.