2 references to ToByte
mscorlib (2)
system\convert.cs (1)
785return Decimal.ToByte(Decimal.Round(value, 0));
system\decimal.cs (1)
1064return ToByte(value);