Skip to content

libcURL.URLParser.StringValue

Andrew Lambert edited this page Oct 17, 2019 · 6 revisions

libcURL.URLParser.StringValue

Method Signatures

 Function StringValue() As String
 Sub StringValue(Assigns FromString As String)

Parameters

GetElement(Assigns String)

Name Type Comment
FromString String The URL string to parse.

Return value

GetElement() As String

The URL string.

Remarks

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.

Clone this wiki locally