Base:
method
ToInt32
System.Xml.Schema.XmlBaseConverter.ToInt32(System.String)
2 references to ToInt32
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
936if (sourceType == StringType) return this.ToInt32((string)value); 1064if (destinationType == Int32Type) return this.ToInt32((string)value);