Skip to content
Andrew Lambert edited this page Jun 12, 2014 · 14 revisions

#libcURL.URLDecode

##Method Signature

 Protected Function URLDecode(Data As String) As String

##Parameters

Name Type Comment
Data String The string to decode

##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.

Clone this wiki locally