JavaScriptTestEncoder.FindFirstCharacterToEncode(Char*, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查找要编码的第一个字符的索引。
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字符数。
返回
要编码的第一个字符的索引。