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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Κωδικοποιημένο τμήμα URI. |
| e | const System::SharedPtr<Text::Encoding>& | Κωδικοποίηση προς χρήση. |
ReturnValue
Αποκωδικοποιημένο τμήμα URI.
Δείτε επίσης
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Κωδικοποιημένο τμήμα URI. |
| offset | int32_t | Μετατόπιση στον δεδομένο πίνακα byte. |
| count | int32_t | Αριθμός byte προς ανάγνωση. |
| e | const System::SharedPtr<Text::Encoding>& | Κωδικοποίηση προς χρήση. |
ReturnValue
Αποκωδικοποιημένο τμήμα URI.
Δείτε επίσης
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecode(String) method
Αποκωδικοποιεί τμήμα URI από συμβολοσειρά.
static String System::Web::HttpUtility::UrlDecode(String str)
| Parameter | Type | Περιγραφή |
|---|---|---|
| str | String | Κωδικοποιημένο τμήμα URI. |
ReturnValue
Αποκωδικοποιημένο τμήμα URI.
Δείτε επίσης
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method
Αποκωδικοποιεί τμήμα URI από συμβολοσειρά.
static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
| Parameter | Type | Περιγραφή |
|---|---|---|
| str | String | Κωδικοποιημένο τμήμα URI. |
| e | System::SharedPtr<Text::Encoding> | Κωδικοποίηση προς χρήση. |
ReturnValue
Αποκωδικοποιημένο τμήμα URI.
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++