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