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