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