4 references to Int32ToByte
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1141if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1175if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2484if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string) value)); 2519if (sourceType == StringType) return Int32ToByte(XmlConvert.ToInt32((string) value));