TextEncoder.FindFirstCharacterToEncode(Char*, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Index du premier caractère à encoder.
- Attributs
Remarques
Cette méthode d’assistance est rarement appelée directement.