Format an unsigned 64 bit integer value into a byte buffer

C# |
protected internal static int format( byte[] buf, int offset, LBMSDMRawUint64 v )

- buf (array< Byte >[]()[])
- The buffer to contain the formatted value
- offset (Int32)
- The offset in to the buffer to start formatting
- v (LBMSDMRawUint64)
- The value of the int64 to be formatted

The offset after formatting the raw int object