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