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