1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
426public override int ToInt32(string value) {return (int) ChangeType((object) value, Int32Type, null); }
2 references to ToInt32
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
261return schemaType.ValueConverter.ToInt32(Value); 274return XmlUntypedConverter.Untyped.ToInt32(Value);