System::Text::ASCIIEncoding::GetMaxCharCount メソッド
ASCIIEncoding::GetMaxCharCount method
指定されたバイト数をデコードするために必要な最大文字数を取得します。
int System::Text::ASCIIEncoding::GetMaxCharCount(int byteCount) override
| パラメーター | 型 | 説明 |
|---|---|---|
| byteCount | int | Byte カウント。 |
ReturnValue
byteCount 文字のシーケンスを保持できる十分な文字数。
参照
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Page for C++