-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Info.InfoType.StringValue
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Function StringValue(Session As libcURL.EasyHandle) As String
Name | Type | Comment |
---|---|---|
Session | EasyHandle |
The EasyHandle that you want to get info from. |
A string representation, if one is available, of the current value of the infotype for the specified EasyHandle
.
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.