| RepresentationConverterToInt32 Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | ToInt32(Decimal) | 
            Converts a Decimal to an Int32.
             | 
|  | ToInt32(Double) | 
            Converts a Double to an Int32.
             | 
|  | ToInt32(Int16) | 
            Converts an Int16 to an Int32.
             | 
|  | ToInt32(Int32) | 
            Converts an Int32 to an Int32.
             | 
|  | ToInt32(Int64) | 
            Converts an Int64 to an Int32.
             | 
|  | ToInt32(Single) | 
            Converts a Single to an Int32.
             | 
|  | ToInt32(UInt16) | 
            Converts a UInt16 to an Int32.
             | 
|  | ToInt32(UInt32) | 
            Converts a UInt32 to an Int32.
             | 
|  | ToInt32(UInt64) | 
            Converts a UInt64 to an Int32.
             | 
 See Also
See Also