Create byte array that represents unsigned 32-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU32( unsigned int value )
- value (UInt32)
- 32-bit integer to encode
4-byte encoding of 32-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU32( unsigned int value )