Create byte array that represents unsigned 16-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU16( unsigned short value )
- value (UInt16)
- 16-bit integer to encode
2-byte encoding of 16-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU16( unsigned short value )