Val
Description
Converts a string into an integer value. For example Val("10") would return the value 10.
Definition
int agk::Val( const char* str )
int agk::Val( const char* str, int base )
Parameters
- str - The string to convert to an integer.
- base - The base that the string number is in.