DSAzure.TAzureService.URLEncode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

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

C++

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

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