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 조각.

또 보기