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