Skip to content
Andrew Lambert edited this page May 26, 2014 · 14 revisions

#libcURL.URLDecode

##Method Signature

 Protected Function URLDecode(Data As String) As String

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

Clone this wiki locally