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

◆ TryParse() [7/13]

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

Definition at line 956 of file Byte.cs.

957 {
958 return TryParse(s, NumberStyles.Integer, provider, out result);
959 }
static bool TryParse([NotNullWhen(true)] string? s, out byte result)
Definition Byte.cs:134

References System.s, and System.Byte.TryParse().