Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt16()
[4/19]
static ushort System.Convert.ToUInt16
(
DateTime
value
)
inline
static
Definition at line
1315
of file
Convert.cs
.
1316
{
1317
return
((IConvertible)
value
).ToUInt16((IFormatProvider?)
null
);
1318
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0