Base:
method
ToDecimal
Microsoft.Xml.Schema.XmlBaseConverter.ToDecimal(System.String)
2 references to ToDecimal
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1027if (sourceType == StringType) return this.ToDecimal((string)value); 1220if (destinationType == DecimalType) return this.ToDecimal((string)value);