System::Web::HttpUtility::UrlDecodeToBytes yöntemi

HttpUtility::UrlDecodeToBytes(const String&) method

Bayt dizesinden URI fragmentini çözer.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str)
ParametreTürAçıklama
strconst String&Kodlanmış URI parçacığı.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

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

Bir dizeden URI fragmentini çözer.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
ParametreTürAçıklama
strconst String&Kodlanmış URI parçacığı.
econst System::SharedPtr<Text::Encoding>&Kullanılacak kodlama.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

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

Bayt dizisinden URI fragmentini çözer.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
ParametreTürAçıklama
baytconst System::ArrayPtr<uint8_t>&Kodlanmış URI parçacığı.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

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

Bayt dizisinden URI fragmentini çözer.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlDecodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
ParametreTürAçıklama
baytconst System::ArrayPtr<uint8_t>&Kodlanmış URI parçacığı.
offsetint32_tVerilen bayt dizisindeki offset.
countint32_tOkunacak bayt sayısı.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız