System::Web::HttpUtility::UrlDecode μέθοδος

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

Αποκωδικοποιεί τμήμα URI από πίνακα bytes.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParameterTypeΠεριγραφή
bytesconst System::ArrayPtr<uint8_t>&Κωδικοποιημένο τμήμα URI.
econst System::SharedPtr<Text::Encoding>&Κωδικοποίηση προς χρήση.

ReturnValue

Αποκωδικοποιημένο τμήμα URI.

Δείτε επίσης

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

Αποκωδικοποιεί τμήμα URI από πίνακα bytes.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count, const System::SharedPtr<Text::Encoding> &e)
ParameterTypeΠεριγραφή
bytesconst System::ArrayPtr<uint8_t>&Κωδικοποιημένο τμήμα URI.
offsetint32_tΜετατόπιση στον δεδομένο πίνακα byte.
countint32_tΑριθμός byte προς ανάγνωση.
econst System::SharedPtr<Text::Encoding>&Κωδικοποίηση προς χρήση.

ReturnValue

Αποκωδικοποιημένο τμήμα URI.

Δείτε επίσης

HttpUtility::UrlDecode(String) method

Αποκωδικοποιεί τμήμα URI από συμβολοσειρά.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypeΠεριγραφή
strStringΚωδικοποιημένο τμήμα URI.

ReturnValue

Αποκωδικοποιημένο τμήμα URI.

Δείτε επίσης

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

Αποκωδικοποιεί τμήμα URI από συμβολοσειρά.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParameterTypeΠεριγραφή
strStringΚωδικοποιημένο τμήμα URI.
eSystem::SharedPtr<Text::Encoding>Κωδικοποίηση προς χρήση.

ReturnValue

Αποκωδικοποιημένο τμήμα URI.

Δείτε επίσης