-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLParser.StringValue
Andrew Lambert edited this page Oct 17, 2019
·
6 revisions
Function StringValue() As String
Sub StringValue(Assigns FromString As String)| Name | Type | Comment |
|---|---|---|
| FromString | String |
The URL string to parse. |
The URL string.
Gets and sets the entire URL as a string. If the URL doesn't specify a scheme (http:, ftp:, etc.) then http: will be assumed if AnyScheme is True; otherwise an exception will be raised.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.