System::Text::ICUEncoding::GetByteCount 메서드
내용물
[
숨다
]ICUEncoding::GetByteCount(ArrayPtr<char_t>) method
RTTI.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
또 보기
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(ArrayPtr<char_t>, int, int) method
RTTI.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
또 보기
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const char_t *, int) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
int System::Text::ICUEncoding::GetByteCount(const char_t *chars, int count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | const char_t * | 문자 버퍼. |
| count | int | Buffer 크기. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const String&) method
RTTI.
virtual int System::Text::Encoding::GetByteCount(const String &s)
또 보기
- Class String
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
RTTI.
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
또 보기
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
RTTI.
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
또 보기
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++