TMtxInt Parse(String Src)
Parses string content as vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | String |
Result: stored in self (calling object), returns self for chaining
Remarks:
Values need to be separated by line breaks. For other parsing options call StringToValues. The Parse method works in pair with the ToString method both meant to be a reverse of the other, but do not preserve any other property of the vector except only values. Use SaveToStream/LoadFromStream methods for binary storage option, which uses up to 10x less memory and is a lot faster to save and load.