StringPrototype.charAt(Object, Double) Methode

Definition

Gibt das Zeichen an der angegebenen Position im angegebenen Objekt zurück.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static System::String ^ charAt(System::Object ^ thisob, double pos);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_charAt)]
public static string charAt (object thisob, double pos);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_charAt)>]
static member charAt : obj * double -> string
Public Shared Function charAt (thisob As Object, pos As Double) As String

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

pos
Double

Die Position des zurückzugebenden Zeichens.

Gibt zurück

Das Zeichen bei pos, sofern vorhanden.

Attribute

Gilt für:

Weitere Informationen