|
Name |
Description |
|
CopyBytes(Boolean, Byte, Int32)
|
Copies the specified Boolean value as an array of 1 byte in the target endian-order to the destination array.
|
|
CopyBytes(Char, Byte, Int32)
|
Copies the specified Unicode character value as an array of 2 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Double, Byte, Int32)
|
Copies the specified double-precision floating point value as an array of 8 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Guid, Byte, Int32)
|
Obsolete.
Copies the specified Guid value as an array of 16 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Int16, Byte, Int32)
|
Copies the specified 16-bit signed integer value as an array of 2 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Int24, Byte, Int32)
|
Copies the specified 24-bit signed integer value as an array of 3 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Int32, Byte, Int32)
|
Copies the specified 32-bit signed integer value as an array of 4 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Int64, Byte, Int32)
|
Copies the specified 64-bit signed integer value as an array of 8 bytes in the target endian-order to the destination array.
|
|
CopyBytes(Single, Byte, Int32)
|
Copies the specified single-precision floating point value as an array of 4 bytes in the target endian-order to the destination array.
|
|
CopyBytes(UInt16, Byte, Int32)
|
Copies the specified 16-bit unsigned integer value as an array of 2 bytes in the target endian-order to the destination array.
|
|
CopyBytes(UInt24, Byte, Int32)
|
Copies the specified 24-bit unsigned integer value as an array of 3 bytes in the target endian-order to the destination array.
|
|
CopyBytes(UInt32, Byte, Int32)
|
Copies the specified 32-bit unsigned integer value as an array of 4 bytes in the target endian-order to the destination array.
|
|
CopyBytes(UInt64, Byte, Int32)
|
Copies the specified 64-bit unsigned integer value as an array of 8 bytes in the target endian-order to the destination array.
|
|
CopyBytesT(T, Byte, Int32)
|
Copies the specified primitive type value as an array of bytes in the target endian-order to the destination array.
|