API:Data.Cloud.AmazonAPI.TAmazonService.URLEncodeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function URLEncodeValue(const Value: string): string; override;

C++

virtual System::UnicodeString __fastcall URLEncodeValue(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonService

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