Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void ValuesToText(ref String Text, Int32 Row, Int32 Col, Int32 RowCount, Int32 ColCount, String Delimiter) | Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string. |
| 2 | void ValuesToText(ref String Text, String Delimiter) | Converts all calling matrix elements to string. |
Overload 1: void ValuesToText(ref String Text, Int32 Row, Int32 Col, Int32 RowCount, Int32 ColCount, String Delimiter)
Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | String (ref) | |
| 2 | Row | Int32 | |
| 3 | Col | Int32 | |
| 4 | RowCount | Int32 | |
| 5 | ColCount | Int32 | |
| 6 | Delimiter | String |
Result: stored in self (calling object)
Overload 2: void ValuesToText(ref String Text, String Delimiter)
Converts all calling matrix elements to string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | String (ref) | |
| 2 | Delimiter | String |
Result: stored in self (calling object)