readHexString

Reads an unsigned integer value from a hex-string.

readHexString
(
const(char[]) chars
)

Parameters

chars const(char[])

The characters to read from.

Return Value

Type: Optional!uint

An optional unsigned integer.

Meta