MQL4 Reference Conversion Functions StringToDouble

MQL4 Help as One File:

StringToDouble

The function converts string containing a symbol representation of number into number of double type.

double  StringToDouble(
   string  value      // string
   );

Parameters

value

[in]  String containing a symbol representation of a number.

Return Value

Value of double type.