Click or drag to resize

Nothing.ToString Method

Returns a string that represents the current object.

Namespace: Microsoft.ClearScript.Windows
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.5.0
Syntax
public override string ToString()

Return Value

String
A string that represents the current object.
Remarks
The Nothing version of this method returns "[nothing]".
See Also