Parameters
- input
- The TdNumber that is to be converted to a 32-bit signed integer.
Return Value
A 32-bit signed integer value that is equivalent to the specified TdNumber is returned.
| Exception | Description |
|---|---|
| TdException | The value of the TdNumber is Null. |
| System.OverflowException | The TdNumber could not be converted to Int32. |
| Product | Versions | Platforms |
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |