Click or drag to resize
BroccoliSharp BroValue  Conversion Operators
Overload List
  Name Description
Public operator Static member (Boolean to BroValue)
Implicitly converts Boolean value to a BroValue.
Public operator Static member (DateTime to BroValue)
Implicitly converts DateTime value to a BroValue.
Public operator Static member (IPAddress to BroValue)
Implicitly converts IPAddress value to a BroValue.
Public operator Static member (String to BroValue)
Implicitly converts String value to a BroValue.
Public operator Static member (BroAddress to BroValue)
Implicitly converts BroAddress value to a BroValue.
Public operator Static member (BroPacket to BroValue)
Implicitly converts BroPacket value to a BroValue.
Public operator Static member (BroPort to BroValue)
Implicitly converts BroPort value to a BroValue.
Public operator Static member (BroRecord to BroValue)
Implicitly converts BroRecord value to a BroValue.
Public operator Static member (BroSet to BroValue)
Implicitly converts BroSet value to a BroValue.
Public operator Static member (BroString to BroValue)
Implicitly converts BroString value to a BroValue.
Public operator Static member (BroSubnet to BroValue)
Implicitly converts BroSubnet value to a BroValue.
Public operator Static member (BroTable to BroValue)
Implicitly converts BroTable value to a BroValue.
Public operator Static member (BroTime to BroValue)
Implicitly converts BroTime value to a BroValue.
Public operator Static member (BroValue to BroString)
Implicitly converts BroValue to a BroString.
Public operator Static member (BroValue to String)
Implicitly converts BroValue to a String.
Public operator Static member (BroValue to BroPort)
Implicitly converts BroValue to a BroPort.
Public operator Static member (BroValue to BroAddress)
Implicitly converts BroValue to a BroAddress.
Public operator Static member (BroValue to IPAddress)
Implicitly converts BroValue to an IPAddress.
Public operator Static member (BroValue to BroSubnet)
Implicitly converts BroValue to a BroSubnet.
Public operator Static member (BroValue to BroVector)
Implicitly converts BroValue to a BroVector.
Public operator Static member (BroValue to BroRecord)
Implicitly converts BroValue to a BroRecord.
Public operator Static member (BroValue to BroTable)
Implicitly converts BroValue to a BroTable.
Public operator Static member (BroValue to BroSet)
Implicitly converts BroValue to a BroSet.
Public operator Static member (BroValue to BroPacket)
Implicitly converts BroValue to a BroPacket.
Public operator Static member (BroValue to BroTime)
Implicitly converts BroValue to a BroTime.
Public operator Static member (BroValue to DateTime)
Implicitly converts BroValue to a DateTime.
Public operator Static member (BroValue to Boolean)
Implicitly converts BroValue to a Boolean.
Public operator Static member (BroValue to Int32)
Implicitly converts BroValue to a Int32.
Public operator Static member (BroValue to UInt64)
Implicitly converts BroValue to a UInt64.
Public operator Static member (BroValue to Double)
Implicitly converts BroValue to a Double.
Public operator Static member (BroVector to BroValue)
Implicitly converts BroVector value to a BroValue.
Top
See Also