StringConstructor::fromCharCode Method (array<Object^>^)

 

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.

Namespace:   Microsoft.JScript
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.

Return Value

Type: System::String^

A string representation of arg.

.NET Framework
Available since 1.1
Return to top
Show: