StringConstructor.fromCharCode(Object[]) Methode

Definitie

Converteert elk element van de opgegeven matrix naar een teken en voegt deze samen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::String ^ fromCharCode(... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.String_fromCharCode)]
public static string fromCharCode(params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.String_fromCharCode)>]
static member fromCharCode : obj[] -> string
Public Shared Function fromCharCode (ParamArray args As Object()) As String

Parameters

args
Object[]

De elementen die moeten worden geconverteerd naar een tekenreeks.

Retouren

Een tekenreeksweergave van arg.

Kenmerken

Van toepassing op

Zie ook