Click or drag to resize

NothingToString Method

Returns a string that represents the current object.

Namespace: Microsoft.ClearScript.Windows
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
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