Lydos.Matlab

Engine.ToString Method 

Creates and returns a string indicating the state of the Matlab connection.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString(): String;

Return Value

The state of the connection, or the result buffer contents, if there is any.

See Also

Engine Class | Lydos.Matlab Namespace