System::Web::HttpUtility::UrlEncodeToBytes Methode

HttpUtility::UrlEncodeToBytes(const String&) method

Kodiert URI-Fragment.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
ParameterTypBeschreibung
strconst String&URI-Fragment zu kodieren.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

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

Kodiert URI-Fragment.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
ParameterTypBeschreibung
strconst String&URI-Fragment zu kodieren.
econst System::SharedPtr<Text::Encoding>&Kodierung zu verwenden.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

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

Kodiert URI-Fragment.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&URI-Fragment zu kodieren.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

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

Kodiert URI-Fragment.

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&URI-Fragment zu kodieren.
Offsetint32_tVersatz im angegebenen Byte-Array.
countint32_tAnzahl der zu lesenden Bytes.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch