Microsoft®
JScript toString Method |
Language Reference Version 2
|
Returns a string representation of an object.
objectname.toString( )The objectname argument is an object for which a string representation is sought.
The toString method is a member of all built-in JScript objects. How it behaves depends on the object type:
Object Behavior Array Behavior [still to come] Boolean If the Boolean value is true, returns "true". Otherwise, returns "false" Function Returns a string returned of the following form, where functionname is the name of the function whose toString method was called: function functionname( ) { [native code] }Number Returns the textual representation of the number. String Returns the value of the String object. Default Returns "[object objectname]", where objectname is the name of the object type.
© 1997 by Microsoft Corporation. All rights reserved.
Comments:
file: /Techref/inet/iis/jscript/htm/js554.htm, 3KB, , updated: 2019/3/8 10:33, local time: 2024/11/5 16:42,
3.141.42.5:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/inet/iis/jscript/htm/js554.htm"> toString Method</A> |
Did you find what you needed? |