Click or drag to resize
ConvertToInt16 Method (Int16)
Returns the specified 16-bit signed integer; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static short ToInt16(
	short value
)

Parameters

value
Type: SystemInt16
The 16-bit signed integer to return.

Return Value

Type: Int16
value is returned unchanged.
See Also