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)
ParameterTypBeskrivning
strconst String&Kodad URI-fragment.

ReturnValue

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

ReturnValue

Avkodad 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)
ParameterTypBeskrivning
byteconst System::ArrayPtr<uint8_t>&Kodad URI-fragment.

ReturnValue

Avkodad 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)
ParameterTypBeskrivning
byteconst System::ArrayPtr<uint8_t>&Kodad URI-fragment.
förskjutningint32_tOffset i den givna bytearrayen.
countint32_tAntal byte att läsa från.

ReturnValue

Avkodad URI-fragment.

Se även