Base:
method
ToInt64
System.Xml.Schema.XmlBaseConverter.ToInt64(System.Object)
3 references to ToInt64
System.Private.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
1083if (destinationType == Int64Type) return this.ToInt64(value); 1105if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1141if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value));