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