GetMaxByteCount メソッド
| 編集/提案 ソースを表示GetMaxByteCount(Int32)
指定された文字数の文字列をバイト配列へ変換(エンコード)した時の最大バイト数を予測計算します。
宣言
public override int GetMaxByteCount(int charCount)
引数
型 | 名前 | 説明 |
---|---|---|
System.Int32 | charCount | 文字数です。 |
戻り値
型 | 説明 |
---|---|
System.Int32 | バイト配列へ変換(エンコード)した時の最大バイト数です。 |
上書き
System.Text.Encoding.GetMaxByteCount(System.Int32)