Click or drag to resize

BigBinaryValue Type Conversions

The BigBinaryValue type exposes the following members.

Operators
  Name Description
Public operator Static member Implicit(BigBinaryValue to Int24) Implicitly converts BigBinaryValue to Int24.
Public operator Static member Implicit(BigBinaryValue to UInt24) Implicitly converts BigBinaryValue to UInt24.
Public operator Static member Implicit(BigBinaryValue to Byte) Implicitly converts BigBinaryValue to Byte.
Public operator Static member Implicit(BigBinaryValue to Double) Implicitly converts BigBinaryValue to Double.
Public operator Static member Implicit(BigBinaryValue to Int16) Implicitly converts BigBinaryValue to Int16.
Public operator Static member Implicit(BigBinaryValue to Int32) Implicitly converts BigBinaryValue to Int32.
Public operator Static member Implicit(BigBinaryValue to Int64) Implicitly converts BigBinaryValue to Int64.
Public operator Static member Implicit(BigBinaryValue to Single) Implicitly converts BigBinaryValue to Single.
Public operator Static member Implicit(BigBinaryValue to UInt16) Implicitly converts BigBinaryValue to UInt16.
Public operator Static member Implicit(BigBinaryValue to UInt32) Implicitly converts BigBinaryValue to UInt32.
Public operator Static member Implicit(BigBinaryValue to UInt64) Implicitly converts BigBinaryValue to UInt64.
Public operator Static member Implicit(Byte to BigBinaryValue) Implicitly converts Byte to BigBinaryValue.
Public operator Static member Implicit(Double to BigBinaryValue) Implicitly converts Double to BigBinaryValue.
Public operator Static member Implicit(Int16 to BigBinaryValue) Implicitly converts Int16 to BigBinaryValue.
Public operator Static member Implicit(Int24 to BigBinaryValue) Implicitly converts Int24 to BigBinaryValue.
Public operator Static member Implicit(Int32 to BigBinaryValue) Implicitly converts Int32 to BigBinaryValue.
Public operator Static member Implicit(Int64 to BigBinaryValue) Implicitly converts Int64 to BigBinaryValue.
Public operator Static member Implicit(Single to BigBinaryValue) Implicitly converts Single to BigBinaryValue.
Public operator Static member Implicit(UInt16 to BigBinaryValue) Implicitly converts UInt16 to BigBinaryValue.
Public operator Static member Implicit(UInt24 to BigBinaryValue) Implicitly converts UInt24 to BigBinaryValue.
Public operator Static member Implicit(UInt32 to BigBinaryValue) Implicitly converts UInt32 to BigBinaryValue.
Public operator Static member Implicit(UInt64 to BigBinaryValue) Implicitly converts UInt64 to BigBinaryValue.
Top
See Also