TextEncoder.FindFirstCharacterToEncode(Char*, Int32) 方法

定义

重要

此 API 不符合 CLS。

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

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

参数

text
Char*

要搜索的文本缓冲区。

textLength
Int32

text 中的字符数。

返回

Int32

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

属性

注解

很少直接调用此帮助程序方法。

适用于