Base:
method
ToInt32
System.Xml.Schema.XmlBaseConverter.ToInt32(System.Object)
9 references to ToInt32
System.Xml (9)
System\Xml\Schema\XmlValueConverter.cs (9)
1124if (destinationType == Int32Type) return this.ToInt32(value); 1141if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1142if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1143if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1144if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1175if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1176if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1177if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1178if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value));