System::Web::HttpUtility::UrlDecodeToBytes‑metod

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)
ParameterTypeBeskrivning
strconst String&Kodat URI-fragment.

ReturnValue

Avkodat URI‑fragment.

Se även

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)
ParameterTypeBeskrivning
strconst String&Kodat URI-fragment.
econst System::SharedPtr<Text::Encoding>&Kodning att använda.

ReturnValue

Avkodat URI‑fragment.

Se även

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)
ParameterTypeBeskrivning
bytesconst System::ArrayPtr<uint8_t>&Kodat URI-fragment.

ReturnValue

Avkodat URI‑fragment.

Se även

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)
ParameterTypeBeskrivning
bytesconst System::ArrayPtr<uint8_t>&Kodat URI-fragment.
offsetint32_tOffset i den angivna byte-arrayen.
countint32_tAntal byte att läsa från.

ReturnValue

Avkodat URI‑fragment.

Se även