Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Parse()
[1/13]
static ushort
ISpanParseable
< ushort >. System.UInt16.Parse
(
ReadOnlySpan
< char >
s
,
IFormatProvider
provider
)
inline
static
Definition at line
925
of file
UInt16.cs
.
926
{
927
return
Parse
(
s
,
NumberStyles
.Integer, provider);
928
}
System.Globalization.NumberStyles
NumberStyles
Definition
NumberStyles.cs:5
System.ExceptionArgument.s
@ s
System.UInt16.Parse
static ushort Parse(string s)
Definition
UInt16.cs:101
References
System.UInt16.Parse()
, and
System.s
.
System
UInt16
Generated by
1.10.0