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.Font 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.Font 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.Font 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.Font 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.Font 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.Font for C++