Overload List

  NameDescription
UShortToByte(UInt16)
Converts an unsigned short integer to an array of bytes.
UShortToByte(array<UInt16>[]()[])
Converts an array of unsigned short integers to an array of bytes.
UShortToByte(UInt16, EndianType)
Converts an unsigned short integer to an array of bytes.
UShortToByte(array<UInt16>[]()[], EndianType)
Converts an array of unsigned short integers to an array of bytes.
UShortToByte(array<UInt16>[]()[], Int32, Int32)
Converts an array of unsigned short integers to an array of bytes.
UShortToByte(array<UInt16>[]()[], Int32, Int32, EndianType)
Converts an array of unsigned short integers to an array of bytes.

See Also