Base:
method
ChangeType
System.Xml.Schema.XmlBaseConverter.ChangeType(System.Int64, System.Type)
2 references to ChangeType
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1151
if (sourceType == UInt32Type) return this.
ChangeType
((long) (uint) value, destinationType);
1169
if (sourceType == UInt32Type) return this.
ChangeType
((long) (uint) value, destinationType);