1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
424public override int ToInt32(long value) {return (int) ChangeType((object) value, Int32Type, null); }
1 reference to ToInt32
System.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
263case TypeCode.Int64: return valueConverter.ToInt32(this.unionVal.i64Val);