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

◆ TryParse() [13/13]

static bool System.Byte.TryParse ( ReadOnlySpan< char > s,
out byte result )
inlinestatic

Definition at line 144 of file Byte.cs.

145 {
146 return TryParse(s, NumberStyles.Integer, NumberFormatInfo.CurrentInfo, out result);
147 }
static bool TryParse([NotNullWhen(true)] string? s, out byte result)
Definition Byte.cs:134

References System.Globalization.NumberFormatInfo.CurrentInfo, System.s, and System.Byte.TryParse().