JavaScriptTestEncoder.FindFirstCharacterToEncode(Char*, Int32) 方法

定义

查找要编码的第一个字符的索引。

public:
 override int FindFirstCharacterToEncode(char* text, int textLength);
public override int FindFirstCharacterToEncode(char* text, int textLength);
override this.FindFirstCharacterToEncode : nativeptr<char> * int -> int

参数

text
Char*

要搜索的文本缓冲区。

textLength
Int32

中的 text字符数。

返回

要编码的第一个字符的索引。

适用于