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 | Typ | Beskrivning |
|---|---|---|
| str | const String& | Kodad URI-fragment. |
ReturnValue
Avkodad URI-fragment.
Se även
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF 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 | Typ | Beskrivning |
|---|---|---|
| str | const String& | Kodad URI-fragment. |
| e | const System::SharedPtr<Text::Encoding>& | Kodning att använda. |
ReturnValue
Avkodad URI-fragment.
Se även
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF 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 | Typ | Beskrivning |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Kodad URI-fragment. |
ReturnValue
Avkodad URI-fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF 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 | Typ | Beskrivning |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Kodad URI-fragment. |
| förskjutning | int32_t | Offset i den givna bytearrayen. |
| count | int32_t | Antal byte att läsa från. |
ReturnValue
Avkodad URI-fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++