System::Web::HttpUtility::UrlDecodeToBytes-methode
inhoud
[
verbergen
]HttpUtility::UrlDecodeToBytes(const String&) method
Decodeert URI‑fragment van byte‑string.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | Gecodeerd URI-fragment. |
ReturnValue
Gedecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Decodeert URI‑fragment van string.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | Gecodeerd URI-fragment. |
| e | const System::SharedPtr<Text::Encoding>& | Te gebruiken codering. |
ReturnValue
Gedecodeerd URI-fragment.
Zie ook
- 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
Decodeert URI‑fragment van byte‑array.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Gecodeerd URI-fragment. |
ReturnValue
Gedecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Decodeert URI‑fragment van 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 | Beschrijving |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Gecodeerd URI-fragment. |
| offset | int32_t | Offset in de opgegeven byte-array. |
| count | int32_t | Aantal bytes om van te lezen. |
ReturnValue
Gedecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++