MQL4参考 函数转换 StringToInteger
The function converts string containing a symbol representation of number into number of int (integer) type.
long StringToInteger( string value // string );
Parameters
value
[in] String containing a number.
Return Value
Value of long type.