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