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

◆ ToChar() [1/2]

static char System.BitConverter.ToChar ( byte[] value,
int startIndex )
inlinestatic

Definition at line 205 of file BitConverter.cs.

206 {
207 return (char)ToInt16(value, startIndex);
208 }
static short ToInt16(byte[] value, int startIndex)

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