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