System::Web::HttpUtility::UrlDecode methode

HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Text::Encoding>&) method

Decodeert URI‑fragment van byte‑array.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParameterTypeBeschrijving
bytesconst System::ArrayPtr<uint8_t>&Gecodeerd URI-fragment.
econst System::SharedPtr<Text::Encoding>&Te gebruiken codering.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t, const System::SharedPtr<Text::Encoding>&) method

Decodeert URI‑fragment van 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)
ParameterTypeBeschrijving
bytesconst System::ArrayPtr<uint8_t>&Gecodeerd URI-fragment.
offsetint32_tOffset in de opgegeven byte-array.
countint32_tAantal bytes om van te lezen.
econst System::SharedPtr<Text::Encoding>&Te gebruiken codering.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

HttpUtility::UrlDecode(String) method

Decodeert URI‑fragment van string.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypeBeschrijving
strStringGecodeerd URI-fragment.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method

Decodeert URI‑fragment van string.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParameterTypeBeschrijving
strStringGecodeerd URI-fragment.
eSystem::SharedPtr<Text::Encoding>Te gebruiken codering.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook