Microsoft JScript
toString Method (Function)
Language Reference
Version 2

See Also Applies To


Description
Returns a string representation of a Function object.
Syntax
functionname.toString( )

The functionname argument is the Function object for which a string representation is sought.

Remarks
The string returned by the toString method is of the following form, where functionname is the name of the function whose toString method was called:

function functionname( ) { [native code] }



Comments