MQL4参考 字符串函数 StringToUpper

StringToUpper

Transforms all symbols of a selected string into capitals.

bool  StringToUpper(
   string&  string_var      // string to process
   );

Parameters

string_var

[in][out]  String.

Return Value

In case of success returns true, otherwise - false. To get the error code call GetLastError().