Skip to content
Andrew Lambert edited this page Jan 27, 2015 · 17 revisions

#libcURL.URLEncode

##Method Signature

 Protected Function URLEncode(Data As String) As String

##Parameters

Name Type Comment
Data String The string to encode

##Return value The encoded string.

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

Clone this wiki locally