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

◆ ToSByte() [1/19]

static sbyte System.Convert.ToSByte ( bool value)
inlinestatic

Definition at line 765 of file Convert.cs.

766 {
767 if (!value)
768 {
769 return 0;
770 }
771 return 1;
772 }

References System.value.