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