Пример #1
0
 static public byte ToByte(sbyte item)
 {
     return(item.FitInCappedByte());
 }