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