次の方法で共有


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

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

属性

注釈

このヘルパー メソッドは、直接呼び出されることはほとんどありません。

適用対象