Javascript Reference
Categories: Number

javascript Number 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 Number values to strings when they are needed for display in alert dialogs or in-document rendering.

 
Parameters

None.

 
Returned Value

String.


Powered by Linode.