Click or drag to resize

NativeBinaryValue   Conversion Operators

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