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

◆ ToUInt64() [2/3]

ulong IConvertible. System.Decimal.ToUInt64 ( IFormatProvider provider)
inline

Definition at line 3063 of file Decimal.cs.

3064 {
3065 return Convert.ToUInt64(this);
3066 }

References System.Convert.ToUInt64().