Mercury API
EncodeU16 Method (value)
NamespacesThingMagicByteConvEncodeU16(UInt16)
Create byte array that represents unsigned 16-bit integer
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] EncodeU16(
	ushort value
)
Public Shared Function EncodeU16 ( _
	value As UShort _
) As Byte()
public:
static array<unsigned char>^ EncodeU16(
	unsigned short value
)
Parameters
value (UInt16)
16-bit integer to encode
Return Value
2-byte encoding of 16-bit integer

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)