System::Web::HttpUtility::UrlEncodeUnicodeToBytes Methode

HttpUtility::UrlEncodeUnicodeToBytes method

Kodiert URI-Fragment unter Verwendung von Unicode.

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

ReturnValue

Kodiertes URI-Fragment.

Siehe auch