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)
1112
if (sourceType == UInt64Type) return this.
ChangeType
((decimal)(ulong)value, destinationType);
1131
if (sourceType == UInt64Type) return this.
ChangeType
((decimal)(ulong)value, destinationType);