C-Sharp ConvertToInt16 Example – Code Sample Syntax

C-Sharp ConvertToInt16 Example – Code Sample Syntax Purpose: – Illustrates using C-Sharp ConvertToInt16 Code Example. View Other C-Sharp Source Code Examples Purpose: Converts positive and negative numbers into Short data type Syntax: Convert.ToInt16(expression) Parameters Description expression -32,768 through 32,767; fractional parts are rounded Result Data Type Description Short signed 16-bit (2-byte) integers Quick... [Read More...]