to_hex_string

Converts the given value to a hexidecimal string.

to_hex_string
(
T
)
(,
bool lowercase = true
)
if (
__traits(isIntegral, T)
)

Parameters

value T

The input value.

Return Value

Type: nstring

A string parsed from input.

Meta