System::Web::HttpUtility::UrlDecode طريقة
محتويات
[
يخفي
]HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Text::Encoding>&) method
يفك تشفير جزء URI من مصفوفة البايتات.
static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | const System::ArrayPtr<uint8_t>& | جزء URI مُرمّز. |
| e | const System::SharedPtr<Text::Encoding>& | الترميز للاستخدام. |
ReturnValue
جزء URI المفكك.
انظر أيضًا
- 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
يفك تشفير جزء URI من مصفوفة البايتات.
static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count, const System::SharedPtr<Text::Encoding> &e)
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | const System::ArrayPtr<uint8_t>& | جزء URI مُرمّز. |
| إزاحة | int32_t | الإزاحة في مصفوفة البايتات المعطاة. |
| count | int32_t | عدد البايتات للقراءة من. |
| e | const System::SharedPtr<Text::Encoding>& | الترميز للاستخدام. |
ReturnValue
جزء URI المفكك.
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(String) method
يفك ترميز مقطع URI من سلسلة.
static String System::Web::HttpUtility::UrlDecode(String str)
| معامل | نوع | الوصف |
|---|---|---|
| str | String | جزء URI مُرمّز. |
ReturnValue
جزء URI المفكك.
انظر أيضًا
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method
يفك ترميز مقطع URI من سلسلة.
static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
| معامل | نوع | الوصف |
|---|---|---|
| str | String | جزء URI مُرمّز. |
| e | System::SharedPtr<Text::Encoding> | الترميز للاستخدام. |
ReturnValue
جزء URI المفكك.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++