hexDecode

Decodes a single hexadecimal character.

@nogc nothrow @safe pure
uint
hexDecode
(
char c
)

Parameters

c char

The hexadecimal digit.

Return Value

Type: uint

c converted to an integer.

Meta