2 references to ToSByte
mscorlib (2)
system\convert.cs (1)
682return Decimal.ToSByte(Decimal.Round(value, 0));
system\decimal.cs (1)
1069return ToSByte(value);