Javascript Reference
Categories: Boolean

javascript Boolean toString( )

@March 15, 2008, 1:22 a.m.
toString( )Firefox/Netscape/NN 4 IE 4 ECMA 1  

  

Returns the object's value as a string data type. You don't need this method in practice, because the browsers automatically convert Boolean values to strings when they are needed for display in alert dialogs or in-document rendering.

 
Parameters

None.

 
Returned Value

"true" | "false"


Powered by Linode.