DSAzure.TAzureService.URLEncode

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

Delphi

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

C++

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

プロパティ

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


説明

与えられた文字列(string)をエンコードして URL セーフな形にします(すべての不正な文字列を適切にエスケープさせます)。

URLEncode は、与えられた文字列(string)をエンコードして URL セーフな形にします(すべての不正な文字列を適切にエスケープさせます)。

関連項目