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

◆ ToByte() [1/2]

byte IConvertible. System.Char.ToByte ( IFormatProvider provider)
inline

Definition at line 337 of file Char.cs.

338 {
339 return Convert.ToByte(this);
340 }

References System.Convert.ToByte().