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

◆ ToUInt16() [1/2]

ushort IConvertible. System.String.ToUInt16 ( IFormatProvider provider)
inlineprivate

Definition at line 1474 of file String.cs.

1475 {
1476 return Convert.ToUInt16(this, provider);
1477 }

References System.Convert.ToUInt16().