Easypt

toInt

..Root.String.toInt

Converts string to integer.

Child of:

String

Signatures:

NativeCallable, Callable

Example:

auto str.=("1024");
log(str.toInt()./(2));