System::Web::HttpUtility::UrlDecode Methode
Inhalt
[
Ausblenden
]HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Text::Encoding>&) method
Dekodiert URI-Fragment aus einem Byte-Array.
static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | Kodiertes URI-Fragment. |
| e | const System::SharedPtr<Text::Encoding>& | Kodierung zu verwenden. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t, const System::SharedPtr<Text::Encoding>&) method
Dekodiert URI-Fragment aus einem Byte-Array.
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 | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | Kodiertes URI-Fragment. |
| Offset | int32_t | Versatz im angegebenen Byte-Array. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
| e | const System::SharedPtr<Text::Encoding>& | Kodierung zu verwenden. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(String) method
Dekodiert URI‑Fragment aus einem String.
static String System::Web::HttpUtility::UrlDecode(String str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | String | Kodiertes URI-Fragment. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method
Dekodiert URI‑Fragment aus einem String.
static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | String | Kodiertes URI-Fragment. |
| e | System::SharedPtr<Text::Encoding> | Kodierung zu verwenden. |
ReturnValue
Dekodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++