System::Web::HttpUtility::UrlDecodeToBytes metodu
İçindekiler
[
Saklamak
]HttpUtility::UrlDecodeToBytes(const String&) method
Bayt dizesinden URI parçacığını çözer.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
| Parameter | Type | Açıklama |
|---|---|---|
| str | const String& | Kodlanmış URI parçacığı. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Dizgeden URI parçacığını çözer.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Açıklama |
|---|---|---|
| str | const String& | Kodlanmış URI parçacığı. |
| e | const System::SharedPtr<Text::Encoding>& | Kullanılacak kodlama. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- 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
Bayt dizisinden URI parçacığını çözer.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Açıklama |
|---|---|---|
| bayt | const System::ArrayPtr<uint8_t>& | Kodlanmış URI parçacığı. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Bayt dizisinden URI parçacığını çözer.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Type | Açıklama |
|---|---|---|
| bayt | const System::ArrayPtr<uint8_t>& | Kodlanmış URI parçacığı. |
| offset | int32_t | Verilen bayt dizisindeki ofset. |
| count | int32_t | Okunacak bayt sayısı. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++