-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.OptionInfo.Operator_Convert
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.Opts.OptionInfo.Operator_Convert
Function Operator_Convert() As Int32
Sub Operator_Convert(OptionID As Int32)
Sub Operator_Convert(Name As String)
Name | Type | Comment |
---|---|---|
OptionID | Int32 |
A literal option number. |
Name | Type | Comment |
---|---|---|
Name | String |
The name or alias of an option number. |
A literal option number.
These methods overload the conversion operator (=
). Using them you can convert a number, name, or alias to a new instance of OptionInfo
and back into a number again.
Dim opt As libcURL.Opts.OptionInfo = "COPYPOSTFIELDS"
Dim number As Int32 = opt
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.