Parameters
- input
- The TdNumber that is to be converted to a 8-bit signed integer.
Return Value
An 8-bit signed integer equivalent to the specified TdNumber is returned.
| Exception | Description |
|---|---|
| TdException | The value of input is Null. |
| System.OverflowException | The TdNumber could not be converted to a SByte. |
| 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 |