DSAzure.TAzureService.Encode
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureService |
Delphi
class function Encode(const Str: String): String;
C++
__classmethod System::UnicodeString __fastcall Encode(const System::UnicodeString Str);
Description
Encodes the given string.
Encode encodes the given string into base64 and returns the result.