Easypt

toString

..Root.String.toString

Returns copy of String instance.

Child of:

String

Signatures:

NativeCallable, Callable

Example:

auto str.=("Hello world!".toString());
log(str);