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

◆ ToByte() [1/2]

byte IConvertible. System.String.ToByte ( IFormatProvider provider)
inlineprivate

Definition at line 1464 of file String.cs.

1465 {
1466 return Convert.ToByte(this, provider);
1467 }

References System.Convert.ToByte().