MatrixInt.ValuesToText Method

Overload List

#SignatureDescription
1void 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.
2void 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.

#NameTypeDescription
1TextString (ref)
2RowInt32
3ColInt32
4RowCountInt32
5ColCountInt32
6DelimiterString

Result: stored in self (calling object)

Overload 2: void ValuesToText(ref String Text, String Delimiter)

Converts all calling matrix elements to string.

#NameTypeDescription
1TextString (ref)
2DelimiterString

Result: stored in self (calling object)