Click or drag to resize

UndefinedToString Method

Returns a string that represents the current object.

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

Return Value

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