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

◆ TryParse() [1/13]

static bool IParseable< byte >. System.Byte.TryParse ( [NotNullWhen(true)] string s,
IFormatProvider provider,
out byte result )
inlinestatic

Definition at line 932 of file Byte.cs.

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

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