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