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