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