System::Web::HttpUtility::UrlDecodeToBytes metodo
Contenuti
[
Nascondere
]HttpUtility::UrlDecodeToBytes(const String&) method
Decodifica il frammento URI da una stringa di byte.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento URI codificato. |
ReturnValue
Frammento URI decodificato.
Vedi anche
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Decodifica frammento URI da stringa.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento URI codificato. |
| e | const System::SharedPtr<Text::Encoding>& | Codifica da utilizzare. |
ReturnValue
Frammento URI decodificato.
Vedi anche
- 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
Decodifica il frammento URI da un array di byte.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parametro | Tipo | Descrizione |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Frammento URI codificato. |
ReturnValue
Frammento URI decodificato.
Vedi anche
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Decodifica il frammento URI da un array di byte.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Frammento URI codificato. |
| offset | int32_t | Offset nell’array di byte fornito. |
| count | int32_t | Numero di byte da leggere. |
ReturnValue
Frammento URI decodificato.
Vedi anche
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++