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