System::Web::HttpUtility::UrlEncodeToBytes 메서드

HttpUtility::UrlEncodeToBytes(const String&) method

URI 조각을 인코딩합니다.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
매개변수형식설명
strconst String&인코딩할 URI 조각.

ReturnValue

인코딩된 URI 조각.

또 보기

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

URI 조각을 인코딩합니다.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
매개변수형식설명
strconst String&인코딩할 URI 조각.
econst System::SharedPtr<Text::Encoding>&사용할 인코딩.

ReturnValue

인코딩된 URI 조각.

또 보기

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

URI 조각을 인코딩합니다.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
매개변수형식설명
바이트const System::ArrayPtr<uint8_t>&인코딩할 URI 조각.

ReturnValue

인코딩된 URI 조각.

또 보기

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

URI 조각을 인코딩합니다.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
매개변수형식설명
바이트const System::ArrayPtr<uint8_t>&인코딩할 URI 조각.
offsetint32_t주어진 바이트 배열의 오프셋.
countint32_t읽을 바이트 수.

ReturnValue

인코딩된 URI 조각.

또 보기