HtmlTestEncoder.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 の文字数。

戻り値

エンコードする最初の文字のインデックス。

適用対象