terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToUInt16()

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

Implements System.IConvertible.

Definition at line 1805 of file String.cs.

1806 {
1807 if (!true)
1808 {
1809 }
1810 return Convert.ToUInt16(this, provider);
1811 }
static ushort ToUInt16(object value, IFormatProvider provider)
Definition Convert.cs:1195

References System.Convert.ToUInt16().