Method ToInt16
ToInt16(string)
Converts a string to an Int16.
public static short ToInt16(string value)Parameters
- valuestring
- The value. 
Returns
- short
- An Int16. 
Converts a string to an Int16.
public static short ToInt16(string value)value stringThe value.
An Int16.