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