Base:
method
ToDecimal
System.Xml.Schema.XmlBaseConverter.ToDecimal(System.String)
2 references to ToDecimal
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
932
if (sourceType == StringType) return this.
ToDecimal
((string) value);
1106
if (destinationType == DecimalType) return this.
ToDecimal
((string) value);