DSAzure.TAzureService.Decode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

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

C++

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

Description

Decodes the given string.

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

See Also