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