Skip to content
Andrew Lambert edited this page Jun 13, 2015 · 14 revisions

#libcURL.URLDecode

##Method Signature

 Protected Function URLDecode(Data As String, Optional EasyItem As libcURL.EasyHandle) As String

##Parameters

Name Type Comment
Data String The string to decode
EasyItem EasyHandle Optional. An easy handle to use

##Return value The decoded string.

##Notes This method provides access to the URLDecode function of libcURL; modern versions of REALbasic and Xojo provide the DecodeURLComponent method which should be preferred over this method.

libcURL needs an easy_handle to decode data. If EasyItem is not Nil, then the EasyItem is used; otherwise a new EasyItem is constructed.

##See also

Clone this wiki locally