GetCharCount メソッド
| 編集/提案 ソースを表示GetCharCount(Byte[], Int32, Int32)
指定されたバイト配列を文字列へ逆変換(デコード)した時の文字数を計算します。
宣言
public override int GetCharCount(byte[] bytes, int index, int count)
引数
型 | 名前 | 説明 |
---|---|---|
System.Byte[] | bytes | 計算に利用するバイト配列です。 |
System.Int32 | index | バイト配列の開始位置(オフセット)です。 |
System.Int32 | count | 計算に利用するバイト数です。 |
戻り値
型 | 説明 |
---|---|
System.Int32 | 文字配列に逆変換した後の文字数を表します。 |
上書き
System.Text.Encoding.GetCharCount(System.Byte[], System.Int32, System.Int32)