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
Λάβετε τον αριθμό των χαρακτήρων που απαιτούνται για την κωδικοποίηση ενός buffer χαρακτήρων.
int System::Text::ICUEncoding::GetByteCount(const char_t *chars, int count) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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++