Click or drag to resize

BigBinaryValue Type Conversions

The BigBinaryValue type exposes the following members.

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