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

◆ TryParse() [13/13]

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

Definition at line 173 of file SByte.cs.

174 {
175 return TryParse(s, NumberStyles.Integer, NumberFormatInfo.CurrentInfo, out result);
176 }
static bool TryParse([NotNullWhen(true)] string? s, out sbyte result)
Definition SByte.cs:163

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