Skip to content

libcURL.Opts.OptionInfo.StringValue

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

libcURL.Opts.OptionInfo.StringValue

Method Signature

 Function StringValue(Session As libcURL.EasyHandle) As String

Parameters

Name Type Comment
Session EasyHandle The EasyHandle whose option you want to get the string value of.

Return value

A string representation, if one is available, of the current value of the option for the specified EasyHandle.

Remarks

This method is useful for displaying values to the user. If no string representation can be provided, for example if the option hasn't been set, then an empty string is returned.

Clone this wiki locally