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

◆ ToByte() [2/19]

static byte System.Convert.ToByte ( byte value)
inlinestatic

Definition at line 927 of file Convert.cs.

928 {
929 return value;
930 }

References System.value.