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.

См. также