javascript Boolean toString( )
| toString( ) | 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" |
|
Previous: javascript Boolean valueOf( )
342,Nickname,Homepage or email,Comments here,Add comment
