1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
426
public 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)
261
return schemaType.ValueConverter.
ToInt32
(Value);
274
return XmlUntypedConverter.Untyped.
ToInt32
(Value);