Aracılığıyla paylaş


StringPrototype.charAt(Object, Double) Yöntem

Tanım

Belirtilen nesnede belirtilen konumdaki karakteri döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin işlem yaptığı nesne.

pos
Double

Döndürülecek karakterin konumu.

Döndürülenler

Varsa konumundaki poskarakteri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.