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字元數。

傳回

第一個要編碼字元的索引。

適用於