javascript String fromCharCode( )
| fromCharCode( ) | NN 4 IE 4 ECMA 1 |
fromCharCode(num1, [, num2,[...numN]]) | |
|
This is a static method that returns a string of one or more characters with Unicode values that are passed as a comma-delimited list of parameters. For example, the expression: String.fromCharCode(120, 121, 122) |
|
returns "xyz". |
|
| Parameters | |
|
|
| Returned Value | |
A string. |
|
Previous: javascript String indexOf( )
1782,Nickname,Homepage or email,Comments here,Add comment
