System::Text::UTF7Encoding::GetByteCount methode
inhoud
[
verbergen
]UTF7Encoding::GetByteCount(ArrayPtr<char_t>) method
Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
| Parameter | Type | Beschrijving |
|---|---|---|
| tekens | ArrayPtr<char_t> | Tekensbuffer. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetByteCount(ArrayPtr<char_t>, int, int) method
Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| tekens | ArrayPtr<char_t> | Tekensbuffer. |
| index | int | Begin van slice. |
| count | int | Slice‑grootte. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetByteCount(const char_t *, int) method
Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.
int System::Text::UTF7Encoding::GetByteCount(const char_t *chars, int count) override
| Parameter | Type | Beschrijving |
|---|---|---|
| tekens | const char_t * | Tekensbuffer. |
| count | int | Buffer grootte. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetByteCount(const String&) method
Haal het aantal tekens op dat nodig is om een string te coderen.
virtual int System::Text::Encoding::GetByteCount(const String &s)
| Parameter | Type | Beschrijving |
|---|---|---|
| s | const String& | String om te coderen. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| tekens | const System::Details::StackArray<char_t, N>& | Tekensbuffer. |
| index | int | Begin van slice. |
| count | int | Slice‑grootte. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| tekens | System::Details::ArrayView<char_t> | Tekensbuffer. |
| index | int | Begin van slice. |
| count | int | Slice‑grootte. |
ReturnValue
Vereiste buffergrootte.
Zie ook
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++