ArgValue.toString

string toString() const @safe

Converts the value to a string representation.

Returns

A string representation of the stored value.

Note

This function may perform memory allocations when converting numbers

and when joining list elements, therefore it is not marked as pure, nothrow, or @nogc. It is however @safe.