Click or drag to resize

RepresentationConverterToInt32 Method

Overload List
  NameDescription
Public methodToInt32(Decimal)
Converts a Decimal to an Int32.
Public methodToInt32(Double)
Converts a Double to an Int32.
Public methodToInt32(Int16)
Converts an Int16 to an Int32.
Public methodToInt32(Int32)
Converts an Int32 to an Int32.
Public methodToInt32(Int64)
Converts an Int64 to an Int32.
Public methodToInt32(Single)
Converts a Single to an Int32.
Public methodToInt32(UInt16)
Converts a UInt16 to an Int32.
Public methodToInt32(UInt32)
Converts a UInt32 to an Int32.
Public methodToInt32(UInt64)
Converts a UInt64 to an Int32.
Public methodToInt32(Decimal128)
Converts a Decimal128 to an Int32.
Top
See Also