System::Web::HttpUtility::UrlDecodeToBytes Methode
Inhalt
[
Ausblenden
]HttpUtility::UrlDecodeToBytes(const String&) method
Dekodiert URI-Fragment aus einem Byte-String.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | Kodiertes URI-Fragment. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Dekodiert URI‑Fragment aus einem String.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | Kodiertes URI-Fragment. |
| e | const System::SharedPtr<Text::Encoding>& | Kodierung zu verwenden. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method
Dekodiert URI-Fragment aus einem Byte-Array.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | Kodiertes URI-Fragment. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Dekodiert URI-Fragment aus einem Byte-Array.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | Kodiertes URI-Fragment. |
| Offset | int32_t | Versatz im angegebenen Byte-Array. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++