API:Data.Cloud.AmazonAPI.TAmazonService.URLEncodeValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

URL-encodes the given value.

Data.Cloud.AmazonAPI.TAmazonService.URLEncodeValue inherits from Data.Cloud.CloudAPI.TCloudService.URLEncodeValue. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.URLEncodeValue.

URL-encodes the given value. The Value parameter represents the string to URL-encode.

See Also