DSAzure.TAzureService.Decode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Decode(const Str: String): String;

C++

__classmethod System::UnicodeString __fastcall Decode(const System::UnicodeString Str);

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Decodes the given string.

Decode decodes the given string and returns the result, under the assumption it has been base64-encoded.

See Also