1 override of ToInt64
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
437public override long ToInt64(string value) {return (long) ChangeType((object) value, Int64Type, null); }
2 references to ToInt64
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
290return schemaType.ValueConverter.ToInt64(Value); 303return XmlUntypedConverter.Untyped.ToInt64(Value);