Data.Cloud.CloudAPI.TCloudService.URLEncodeValue
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
function URLEncodeValue(const Value: string): string; virtual;
C++
virtual System::UnicodeString __fastcall URLEncodeValue(const System::UnicodeString Value);
Description
URL-encodes the given value. The Value
parameter represents the string to URL-encode.