System::Web::HttpUtility::UrlDecodeToBytes método
Contenido
[
Ocultar
]HttpUtility::UrlDecodeToBytes(const String&) method
Decodifica fragmento URI desde cadena de bytes.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Fragmento URI codificado. |
ReturnValue
Fragmento URI decodificado.
Ver también
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Decodifica fragmento URI desde cadena.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Fragmento URI codificado. |
| e | const System::SharedPtr<Text::Encoding>& | Codificación a usar. |
ReturnValue
Fragmento URI decodificado.
Ver también
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method
Decodifica fragmento URI desde matriz de bytes.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Fragmento URI codificado. |
ReturnValue
Fragmento URI decodificado.
Ver también
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Decodifica fragmento URI desde matriz de bytes.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Fragmento URI codificado. |
| desplazamiento | int32_t | Desplazamiento en el arreglo de bytes dado. |
| count | int32_t | Número de bytes a leer. |
ReturnValue
Fragmento URI decodificado.
Ver también
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++