Base:
method
ToInt32
System.Xml.Schema.XmlBaseConverter.ToInt32(System.Object)
9 references to ToInt32
System.Private.Xml (9)
System\Xml\Schema\XmlValueConverter.cs (9)
1082if (destinationType == Int32Type) return this.ToInt32(value); 1101if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1102if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1103if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1104if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1137if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1138if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1139if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1140if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value));