System::Text::UTF7Encoding::GetString methode
inhoud
[
verbergen
]UTF7Encoding::GetString(ArrayPtr<uint8_t>) method
Decodeert een buffer met bytes naar een string.
virtual String System::Text::Encoding::GetString(ArrayPtr<uint8_t> bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer om bytes van te lezen. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(ArrayPtr<uint8_t>, int, int) method
Decodeert een buffer met bytes naar een string.
String System::Text::UTF7Encoding::GetString(ArrayPtr<uint8_t> bytes, int index, int count) override
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer om bytes van te lezen. |
| index | int | Offset van de invoerbuffer. |
| count | int | Grootte van invoerbuffer. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(const System::Details::ArrayView<uint8_t>&) method
Decodeert een buffer met bytes naar een string.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer om bytes van te lezen. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(const System::Details::ArrayView<uint8_t>&, int, int) method
Decodeert een buffer met bytes naar een string.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer om bytes van te lezen. |
| index | int | Offset van de invoerbuffer. |
| count | int | Grootte van invoerbuffer. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(System::Details::StackArray<uint8_t, N>&) method
Decodeert een buffer met bytes naar een string.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> &bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N>& | Buffer om bytes van te lezen. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(System::Details::StackArray<uint8_t, N>, int, int) method
Decodeert een buffer met bytes naar een string.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> bytes, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N> | Buffer om bytes van te lezen. |
| index | int | Offset van de invoerbuffer. |
| count | int | Grootte van invoerbuffer. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(uint8_t *, int) method
Decodeert een buffer met bytes naar een string.
virtual String System::Text::Encoding::GetString(uint8_t *bytes, int byte_count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | uint8_t * | Buffer om bytes van te lezen. |
| byte_count | int | Grootte van invoerbuffer. |
ReturnValue
String of decoded characters.
Zie ook
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++