3 references to ToUInt16
mscorlib (3)
system\convert.cs (1)
996
return Decimal.
ToUInt16
(Decimal.Round(value, 0));
system\decimal.cs (2)
1075
temp =
ToUInt16
(value);
1089
return
ToUInt16
(value);