Base:
method
ChangeType
System.Xml.Schema.XmlBaseConverter.ChangeType(System.Decimal, System.Type)
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1112if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType); 1131if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType);