2 references to ToSByte
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
626
return decimal.
ToSByte
(decimal.Round(value, 0));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
924
public static explicit operator sbyte(decimal value) =>
ToSByte
(value);