System::Text::UTF8Encoding::GetMaxCharCount 메서드
UTF8Encoding::GetMaxCharCount method
지정된 바이트 수를 디코딩하는 데 필요한 최대 문자 수를 가져옵니다.
int System::Text::UTF8Encoding::GetMaxCharCount(int byte_count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| byte_count | int | 디코드할 바이트 수. |
ReturnValue
주어진 문자 길이의 문자열을 디코드하는 데 충분한 바이트 수.
또 보기
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.Page for C++