Converter.FromUInt Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
FromUInt(uint, byte[], int)
Converts a given uint to bytes and writes them into the given array.
public static void FromUInt(uint value, byte[] array, int startIndex)
Parameters
uint | value |
The uint to convert. |
byte[] | array |
The array to write the bytes into. |
int | startIndex |
The position in the array at which to write the bytes. |