System::Web::HttpUtility::UrlDecode‑metod

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

ReturnValue

Avkodat URI‑fragment.

Se även

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

ReturnValue

Avkodat URI‑fragment.

Se även

HttpUtility::UrlDecode(String) method

Avkodar URI‑fragment från sträng.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypeBeskrivning
strStringKodat URI-fragment.

ReturnValue

Avkodat URI‑fragment.

Se även

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)
ParameterTypeBeskrivning
strStringKodat URI-fragment.
eSystem::SharedPtr<Text::Encoding>Kodning att använda.

ReturnValue

Avkodat URI‑fragment.

Se även