System::Text::ASCIIEncoding::GetMaxCharCount 메서드
ASCIIEncoding::GetMaxCharCount method
지정된 바이트 수를 디코딩하는 데 필요한 최대 문자 수를 가져옵니다.
int System::Text::ASCIIEncoding::GetMaxCharCount(int byteCount) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| byteCount | int | Byte 개수. |
ReturnValue
byteCount 문자의 시퀀스를 저장하기에 충분한 문자 수.
또 보기
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Page for C++