3 references to ToUInt16
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
952
return decimal.
ToUInt16
(decimal.Round(value, 0));
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
936
temp =
ToUInt16
(value);
948
public static explicit operator ushort(decimal value) =>
ToUInt16
(value);