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

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.

See Also