omni::to_string

Defined in omni/String.h

string omni::to_string(unsigned long long value)

Converts the numerical value value to a string.

Parameters

value – Value to convert.

Throws

Allocation – This function may throw any exception thrown during allocation.

Returns

A string representing the value.