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

◆ ToUInt16() [8/19]

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

Definition at line 1239 of file Convert.cs.

1240 {
1241 return ToUInt16((uint)value);
1242 }
static ushort ToUInt16(object? value)
Definition Convert.cs:1177

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