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