12 lines
505 B
Markdown
12 lines
505 B
Markdown
# String operations
|
|
|
|
This section contains the technical details of the string operations classes and descriptions of the corresponding components of the MQL5 standard library.
|
|
|
|
The use of string operations classes will save time in developing applications processing textual data.
|
|
|
|
The MQL5 standard library (in terms of string operations) is located in the working directory of the terminal in the Include\Strings folder.
|
|
|
|
| Class | Description |
|
|
| --- | --- |
|
|
| CString | Class for string operations |
|