TextEncoder.FindFirstCharacterToEncode(Char*, Int32) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Recherche l’index du premier caractère à encoder.

public:
 abstract int FindFirstCharacterToEncode(char* text, int textLength);
[System.CLSCompliant(false)]
public abstract int FindFirstCharacterToEncode (char* text, int textLength);
[<System.CLSCompliant(false)>]
abstract member FindFirstCharacterToEncode : nativeptr<char> * int -> int

Paramètres

text
Char*

Mémoire tampon de texte où faire la recherche.

textLength
Int32

Nombre de caractères dans text.

Retours

Int32

Index du premier caractère à encoder.

Attributs

Remarques

Cette méthode d’assistance est rarement appelée directement.

S’applique à