Click or drag to resize

NativeBinaryValue Constructor

Overload List
  Name Description
Public method NativeBinaryValue(Byte) Creates a new binary value, ordered in the endianness of the OS, from the given byte array.
Public method NativeBinaryValue(TypeCode, Byte) Creates a new binary value, ordered in the endianness of the OS, from the given byte array.
Public method NativeBinaryValue(Byte, Int32, Int32) Creates a new binary value, ordered in the endianness of the OS, from the given byte array.
Public method NativeBinaryValue(TypeCode, Byte, Int32, Int32) Creates a new binary value, ordered in the endianness of the OS, from the given byte array.
Top
See Also