2 references to ToUInt64
mscorlib (2)
system\convert.cs (1)
1423return Decimal.ToUInt64(Decimal.Round(value, 0));
system\decimal.cs (1)
1107return ToUInt64(value);