System::Text::UTF7Encoding::GetMaxCharCount メソッド
UTF7Encoding::GetMaxCharCount method
指定されたバイト数をデコードするために必要な最大文字数を取得します。
int System::Text::UTF7Encoding::GetMaxCharCount(int byte_count) override
| パラメーター | 型 | 説明 |
|---|---|---|
| byte_count | int | デコードするバイト数。 |
ReturnValue
指定された文字長さの任意の文字列をデコードするのに十分なバイト数。
参照
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++