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