Data.Cloud.CloudAPI.Encode64
Delphi
function Encode64(Str: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall Encode64 _DEPRECATED_ATTRIBUTE0 (System::UnicodeString Str);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | Data.Cloud.CloudAPI |
説明
警告: Encode64 は非推奨になっています。 System.NetEncoding.TNetEncoding.Encode を使用してください。
指定された文字列を Base64 でエンコードします。
Encode64 は、文字列をエンコードしたものを返します。
Str は、Base64 でエンコードする文字列です。