System::Web::HttpUtility::UrlDecode Methode

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

Dekodiert URI-Fragment aus einem Byte-Array.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&Kodiertes URI-Fragment.
econst System::SharedPtr<Text::Encoding>&Kodierung zu verwenden.

ReturnValue

Dekodiertes URI-Fragment.

Siehe auch

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

Dekodiert URI-Fragment aus einem 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)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&Kodiertes URI-Fragment.
Offsetint32_tVersatz im angegebenen Byte-Array.
countint32_tAnzahl der zu lesenden Bytes.
econst System::SharedPtr<Text::Encoding>&Kodierung zu verwenden.

ReturnValue

Dekodiertes URI-Fragment.

Siehe auch

HttpUtility::UrlDecode(String) method

Dekodiert URI‑Fragment aus einem String.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypBeschreibung
strStringKodiertes URI-Fragment.

ReturnValue

Dekodiertes URI-Fragment.

Siehe auch

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

Dekodiert URI‑Fragment aus einem String.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParameterTypBeschreibung
strStringKodiertes URI-Fragment.
eSystem::SharedPtr<Text::Encoding>Kodierung zu verwenden.

ReturnValue

Dekodiertes URI-Fragment.

Siehe auch