Difference between revisions of "ParseInt"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns an int from the given string representation of an int. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/man...")
 
(No difference)

Latest revision as of 19:17, 22 August 2012

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)