System::Web::HttpUtility::UrlDecode méthode

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

Décode le fragment URI à partir d’un tableau d’octets.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParamètreTypeDescription
octetsconst System::ArrayPtr<uint8_t>&Fragment URI encodé.
econst System::SharedPtr<Text::Encoding>&Encodage à utiliser.

ReturnValue

Fragment d’URI décodé.

Voir aussi

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

Décode le fragment URI à partir d’un tableau d’octets.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count, const System::SharedPtr<Text::Encoding> &e)
ParamètreTypeDescription
octetsconst System::ArrayPtr<uint8_t>&Fragment URI encodé.
décalageint32_tDécalage dans le tableau d’octets fourni.
countint32_tNombre d’octets à lire.
econst System::SharedPtr<Text::Encoding>&Encodage à utiliser.

ReturnValue

Fragment d’URI décodé.

Voir aussi

HttpUtility::UrlDecode(String) method

Décode le fragment URI à partir d’une chaîne.

static String System::Web::HttpUtility::UrlDecode(String str)
ParamètreTypeDescription
strStringFragment URI encodé.

ReturnValue

Fragment d’URI décodé.

Voir aussi

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

Décode le fragment URI à partir d’une chaîne.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParamètreTypeDescription
strStringFragment URI encodé.
eSystem::SharedPtr<Text::Encoding>Encodage à utiliser.

ReturnValue

Fragment d’URI décodé.

Voir aussi