Click or drag to resize

VoidResultToString Method

Returns a string that represents the current object.

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

Return Value

Type: String
A string that represents the current object.
Remarks
The VoidResult version of this method returns "[void]".
See Also