System::Web::HttpUtility::UrlDecodeToBytes‑metod
Innehåll
[
Dölj
]HttpUtility::UrlDecodeToBytes(const String&) method
Avkodar URI‑fragment från byte‑sträng.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | Kodat URI-fragment. |
ReturnValue
Avkodat URI‑fragment.
Se även
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Avkodar URI‑fragment från sträng.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | Kodat URI-fragment. |
| e | const System::SharedPtr<Text::Encoding>& | Kodning att använda. |
ReturnValue
Avkodat URI‑fragment.
Se även
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method
Avkodar URI‑fragment från byte‑array.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Kodat URI-fragment. |
ReturnValue
Avkodat URI‑fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Avkodar URI‑fragment från byte‑array.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Kodat URI-fragment. |
| offset | int32_t | Offset i den angivna byte-arrayen. |
| count | int32_t | Antal byte att läsa från. |
ReturnValue
Avkodat URI‑fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++