|
BroPort Conversion (BroPort to UInt64) |
Implicitly converts
BroPort object to a
UInt64 based on port number.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public static implicit operator ulong (
BroPort value
)
Public Shared Widening Operator CType (
value As BroPort
) As ULong
F# does not support the declaration of new casting operators.
J# does not support overloaded operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- value
- Type: BroccoliSharpBroPort
A BroPort object.
Return Value
Type:
UInt64A
UInt64 value.
See Also