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

◆ ToUInt64() [1/2]

static ulong System.BitConverter.ToUInt64 ( byte[] value,
int startIndex )
inlinestatic

Definition at line 336 of file BitConverter.cs.

337 {
338 return (ulong)ToInt64(value, startIndex);
339 }
static long ToInt64(byte[] value, int startIndex)

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

Referenced by System.Net.Http.HttpConnection.ParseStatusLine().