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 फ्रैगमेंट।
offsetint32_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 फ्रैगमेंट।

संबंधित देखें