Converter.ToInt Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
ToInt(byte[], int)
Converts the 4 bytes in the array at startIndex to a int.
public static int ToInt(byte[] array, int startIndex)
Parameters
| byte[] | array |
The array to read the bytes from. |
| int | startIndex |
The position in the array at which to read the bytes. |
Returns
| int | The converted int. |