Get the string representation of this matrix. Given matrix
[a b c]
[d e f]
the string returned will be [ [a b c] [d e f] ]

C# | Visual Basic | Visual C++ |
public override string ToString()
Public Overrides Function ToString As String
public: virtual String^ ToString() override

The string representation of this matrix