Data.Cloud.CloudAPI.URLEncode

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

Delphi

function URLEncode(const Str: string): string;
function URLEncode(const Str: string; const EncodeChars: array of Char): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall URLEncode(const System::UnicodeString Str)/* overload */;

プロパティ

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


説明

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

任意パラメータ EncodeChars では、16 進数値でエンコードする、非標準文字を指定することができます。

関連項目