2 references to ToByte
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
730return decimal.ToByte(decimal.Round(value, 0));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
921public static explicit operator byte(decimal value) => ToByte(value);