Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryParse()
[7/13]
static
bool
ISpanParseable
< ushort >. System.UInt16.TryParse
(
ReadOnlySpan
< char >
s
,
IFormatProvider
provider
,
out ushort
result
)
inline
static
Definition at line
931
of file
UInt16.cs
.
932
{
933
return
TryParse
(
s
,
NumberStyles
.Integer, provider, out result);
934
}
System.Globalization.NumberStyles
NumberStyles
Definition
NumberStyles.cs:5
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