Data.Cloud.AmazonAPI.TAmazonService.URLEncodeValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonService | |
Delphi
function URLEncodeValue(const Value: string): string; override;
C++
virtual System::UnicodeString __fastcall URLEncodeValue(const System::UnicodeString Value);
Description
Encodes the given value to be used in the URL.
URLEncodeValue encodes the given value to be used in the URL. The method returns the URL-encoded string.
Value represents the string to encode.