1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
423public override int ToInt32(int value) {return (int) ChangeType((object) value, Int32Type, null); }