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