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

◆ ToUInt16() [9/19]

static ushort System.Convert.ToUInt16 ( long value)
inlinestatic

Definition at line 1261 of file Convert.cs.

1262 {
1263 return ToUInt16((ulong)value);
1264 }
static ushort ToUInt16(object? value)
Definition Convert.cs:1177

References System.Convert.ToUInt16(), and System.value.