StringConstructor::fromCharCode Method (array<Object^>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Converts each element of the specified array to a character and concatenates them.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::HasVarArgs, JSBuiltin::String_fromCharCode)] static String^ fromCharCode( ... array<Object^>^ args )
Parameters
- args
-
Type:
array<System::Object^>^
The elements to convert to a string.
.NET Framework
Available since 1.1
Available since 1.1
Show: