Data.Cloud.CloudAPI.DecodeBytes64

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

Delphi

function DecodeBytes64(Str: string): TArray<Byte>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Byte> __fastcall DecodeBytes64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI


説明

警告: DecodeBytes64 は非推奨になっています。 System.NetEncoding.TNetEncoding.DecodeStringToBytes を使用してください。

Base64 でエンコードされた文字列をデコードします。

DecodeBytes64 は、文字列をデコードしたものを表す System.SysUtils.TBytes インスタンスを返します。

Str is the string to decode from Base64.

関連項目