System::Web::HttpUtility::UrlDecodeToBytes méthode
Contenu
[
Cacher
]HttpUtility::UrlDecodeToBytes(const String&) method
Décode le fragment URI à partir d’une chaîne d’octets.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment URI encodé. |
ReturnValue
Fragment d’URI décodé.
Voir aussi
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Décode le fragment URI à partir d’une chaîne.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment URI encodé. |
| e | const System::SharedPtr<Text::Encoding>& | Encodage à utiliser. |
ReturnValue
Fragment d’URI décodé.
Voir aussi
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method
Décode le fragment URI à partir d’un tableau d’octets.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Paramètre | Type | Description |
|---|---|---|
| octets | const System::ArrayPtr<uint8_t>& | Fragment URI encodé. |
ReturnValue
Fragment d’URI décodé.
Voir aussi
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Décode le fragment URI à partir d’un tableau d’octets.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Paramètre | Type | Description |
|---|---|---|
| octets | const System::ArrayPtr<uint8_t>& | Fragment URI encodé. |
| décalage | int32_t | Décalage dans le tableau d’octets fourni. |
| count | int32_t | Nombre d’octets à lire. |
ReturnValue
Fragment d’URI décodé.
Voir aussi
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++