See Also Applies To
Description
Creates a string from a number of Unicode character values.
Syntax
String.fromCharCode(code1, code2, ..., coden)
The code argument is the series of Unicode character values to convert into a string.
Remarks
A String object need not be created before calling fromCharCode.
The following example returns the string "plain":
test = String.fromCharCode(112, 108, 97, 105, 110);
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js806.htm,
2KB, , updated: 1997年9月30日 04:45, local time: 2025年9月8日 09:39,
©2025 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://massmind.org/techref/inet/iis/jscript/htm/js806.htm"> fromCharCode Method</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.