System::Web::HttpUtility::UrlDecodeToBytes طريقة

HttpUtility::UrlDecodeToBytes(const String&) method

يفك تشفير جزء URI من سلسلة البايتات.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
معاملنوعالوصف
strconst String&جزء URI مُرمّز.

ReturnValue

جزء URI المفكك.

انظر أيضًا

HttpUtility::UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method

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

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
معاملنوعالوصف
strconst String&جزء URI مُرمّز.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI المفكك.

انظر أيضًا

HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&) method

يفك تشفير جزء URI من مصفوفة البايتات.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
معاملنوعالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI مُرمّز.

ReturnValue

جزء URI المفكك.

انظر أيضًا

HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method

يفك تشفير جزء URI من مصفوفة البايتات.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
معاملنوعالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI مُرمّز.
إزاحةint32_tالإزاحة في مصفوفة البايتات المعطاة.
countint32_tعدد البايتات للقراءة من.

ReturnValue

جزء URI المفكك.

انظر أيضًا