Skip to content
Andrew edited this page Mar 3, 2014 · 17 revisions

Function libcURL.URLEncode

##Method Signature Protected Function URLEncode(Data As String) As String

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

Clone this wiki locally