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)
1027
if (sourceType == StringType) return this.
ToDecimal
((string)value);
1220
if (destinationType == DecimalType) return this.
ToDecimal
((string)value);