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