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

◆ TryParse() [2/12]

static bool INumber< uint >. System.UInt32.TryParse ( [NotNullWhen(true)] string s,
NumberStyles style,
IFormatProvider provider,
out uint result )
inlinestatic

Definition at line 868 of file UInt32.cs.

869 {
870 return TryParse(s, style, provider, out result);
871 }
static bool TryParse([NotNullWhen(true)] string? s, out uint result)
Definition UInt32.cs:161

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