Data.Cloud.AmazonAPI.TAmazonStorageService.GetRegionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetRegionString(const Region: TAmazonRegion): string; static; deprecated;

C++

static System::UnicodeString __fastcall GetRegionString _DEPRECATED_ATTRIBUTE0 (const System::UnicodeString Region);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

Description

Returns the string representation of a region.

GetRegionString is used to return the string representation of the given region. The Region parameter represents the Amazon region. For the opposite operation, use GetRegionFromString.

See Also