Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryParse()
[9/13]
static
bool
INumber
< ushort >. System.UInt16.TryParse
(
ReadOnlySpan
< char >
s
,
NumberStyles
style
,
IFormatProvider
provider
,
out ushort
result
)
inline
static
Definition at line
895
of file
UInt16.cs
.
896
{
897
return
TryParse
(
s
, style, provider, out result);
898
}
System.ExceptionArgument.s
@ s
System.UInt16.TryParse
static bool TryParse([NotNullWhen(true)] string? s, out ushort result)
Definition
UInt16.cs:160
References
System.s
, and
System.UInt16.TryParse()
.
System
UInt16
Generated by
1.10.0