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

HttpUtility::UrlDecodeToBytes(const String&) method

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

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
ParameterTypeΠεριγραφή
strconst String&Κωδικοποιημένο τμήμα URI.

ReturnValue

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

Δείτε επίσης

HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method

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

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

ReturnValue

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

Δείτε επίσης

HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method

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

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
ParameterTypeΠεριγραφή
bytesconst System::ArrayPtr<uint8_t>&Κωδικοποιημένο τμήμα URI.

ReturnValue

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

Δείτε επίσης

HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method

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

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

ReturnValue

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

Δείτε επίσης