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