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