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