Create byte array that represents unsigned 64-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU64( unsigned long long value )
- value (UInt64)
- 64-bit integer to encode
4-byte encoding of 64-bit integer
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ EncodeU64( unsigned long long value )