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 مُرمّز.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI المفكك.

انظر أيضًا

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الإزاحة في مصفوفة البايتات المعطاة.
countint32_tعدد البايتات للقراءة من.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI المفكك.

انظر أيضًا

HttpUtility::UrlDecode(String) method

يفك ترميز مقطع URI من سلسلة.

static String System::Web::HttpUtility::UrlDecode(String str)
معاملنوعالوصف
strStringجزء URI مُرمّز.

ReturnValue

جزء URI المفكك.

انظر أيضًا

HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method

يفك ترميز مقطع URI من سلسلة.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
معاملنوعالوصف
strStringجزء URI مُرمّز.
eSystem::SharedPtr<Text::Encoding>الترميز للاستخدام.

ReturnValue

جزء URI المفكك.

انظر أيضًا