ParseInt

From King Arthur's Gold Wiki
Jump to: navigation, search

Returns an int from the given string representation of an int.


See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/manual/doc_datatypes_strings.html

int64 parseInt(const string &in, uint base = 10, uint &out byteCount = 0)