-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLEncode
Andrew Lambert edited this page Jun 12, 2014
·
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 Returns 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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.