System::Web::HttpUtility::UrlDecodeToBytes-methode

HttpUtility::UrlDecodeToBytes(const String&) method

Decodeert URI‑fragment van byte‑string.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
ParameterTypeBeschrijving
strconst String&Gecodeerd URI-fragment.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

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)
ParameterTypeBeschrijving
strconst String&Gecodeerd URI-fragment.
econst System::SharedPtr<Text::Encoding>&Te gebruiken codering.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

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

ReturnValue

Gedecodeerd URI-fragment.

Zie ook

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)
ParameterTypeBeschrijving
bytesconst System::ArrayPtr<uint8_t>&Gecodeerd URI-fragment.
offsetint32_tOffset in de opgegeven byte-array.
countint32_tAantal bytes om van te lezen.

ReturnValue

Gedecodeerd URI-fragment.

Zie ook