to_oct_string

Converts the given value to a octal string.

to_oct_string
(
T
)
()
if (
__traits(isIntegral, T)
)

Parameters

value T

The input value.

Return Value

Type: nstring

A string parsed from input.

Meta