DSAzure.TAzureService.URLEncode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function URLEncode(const Str: String): String;

C++

__classmethod System::UnicodeString __fastcall URLEncode(const System::UnicodeString Str);

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Encodes the given string so that it is URL safe, having all illegal characters properly escaped.

URLEncode encodes the given string so that it is URL safe, having all illegal characters properly escaped.

See Also