native
str_to_num
Syntax
native str_to_num(const string[]);
Description
Converts a string to an integer.
Parameters
| string | String to convert. |
|---|
Return
Integer conversion of string, or 0 on failure.
native
native str_to_num(const string[]);
Converts a string to an integer.
| string | String to convert. |
|---|
Integer conversion of string, or 0 on failure.