Skip to content

libcURL.Info.InfoType.StringValue

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

libcURL.Info.InfoType.StringValue

Method Signature

 Function StringValue(Session As libcURL.EasyHandle) As String

Parameters

Name Type Comment
Session EasyHandle The EasyHandle that you want to get info from.

Return value

A string representation, if one is available, of the current value of the infotype 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