Skip to content

libcURL.URLParser.StringValue

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

libcURL.URLParser.StringValue

Method Signatures

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

Parameters

StringValue(Assigns String)

Name Type Comment
FromString String The URL string to parse.

Return value

StringValue() 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