System::Text::ICUEncoding::GetMaxByteCount メソッド

ICUEncoding::GetMaxByteCount method

指定された文字数をエンコードするために必要な最大バイト数を取得します。

int System::Text::ICUEncoding::GetMaxByteCount(int char_count) override
パラメーター説明
char_countintエンコードする文字数。

ReturnValue

指定された文字数の任意の文字列をエンコードするのに十分なバイト数。

参照