String..::..FromCharCode Method (array<Int32>[]()[][])
The static String.fromCharCode() method returns a string created by using the specified sequence of Unicode values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- numbers
- Type: array<System..::..Int32>[]()[][]
A sequence of numbers that are Unicode values.