Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToUInt32() [1/2]

static uint System.BitConverter.ToUInt32 ( byte[] value,
int startIndex )
inlinestatic

Definition at line 319 of file BitConverter.cs.

320 {
321 return (uint)ToInt32(value, startIndex);
322 }
static int ToInt32(byte[] value, int startIndex)

References System.startIndex, System.BitConverter.ToInt32(), and System.value.