Μέθοδος System::Text::UTF7Encoding::GetString
περιεχόμενα
[
κρύβω
]UTF7Encoding::GetString(ArrayPtr<uint8_t>) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
virtual String System::Text::Encoding::GetString(ArrayPtr<uint8_t> bytes)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer για ανάγνωση bytes από. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(ArrayPtr<uint8_t>, int, int) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
String System::Text::UTF7Encoding::GetString(ArrayPtr<uint8_t> bytes, int index, int count) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer για ανάγνωση bytes από. |
| δείκτης | int | Μετατόπιση του buffer εισόδου. |
| count | int | Μέγεθος buffer εισόδου. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(const System::Details::ArrayView<uint8_t>&) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer για ανάγνωση bytes από. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(const System::Details::ArrayView<uint8_t>&, int, int) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes, int index, int count)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer για ανάγνωση bytes από. |
| δείκτης | int | Μετατόπιση του buffer εισόδου. |
| count | int | Μέγεθος buffer εισόδου. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(System::Details::StackArray<uint8_t, N>&) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> &bytes)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N>& | Buffer για ανάγνωση bytes από. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(System::Details::StackArray<uint8_t, N>, int, int) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> bytes, int index, int count)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N> | Buffer για ανάγνωση bytes από. |
| δείκτης | int | Μετατόπιση του buffer εισόδου. |
| count | int | Μέγεθος buffer εισόδου. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF7Encoding::GetString(uint8_t *, int) method
Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.
virtual String System::Text::Encoding::GetString(uint8_t *bytes, int byte_count)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | uint8_t * | Buffer για ανάγνωση bytes από. |
| byte_count | int | Μέγεθος buffer εισόδου. |
ReturnValue
String of decoded characters.
Δείτε επίσης
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Page for C++