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