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