DSAzure.TAzureService.Encode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Encodes the given string.

Encode encodes the given string into base64 and returns the result.

See Also