4 references to Int32ToByte
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1101if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1137if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2335if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string)value)); 2373if (sourceType == StringType) return Int32ToByte(XmlConvert.ToInt32((string)value));