ConvertToInt16 Method (Int16) |
Returns the specified 16-bit signed integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static short ToInt16(
short value
)
Parameters
- value
- Type: SystemInt16
The 16-bit signed integer to return.
Return Value
Type:
Int16value is returned unchanged.
See Also