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

◆ ToByte() [5/19]

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

Definition at line 1010 of file Convert.cs.

1011 {
1012 return decimal.ToByte(decimal.Round(value, 0));
1013 }

References System.value.