DSAzure.TAzureService.Decode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService


説明

指定された文字列をデコードします。

Decode は、base64 エンコードを前提に与えられた文字列をデコードし、その結果を返します。

関連項目