Convert..::..ToInt16 Method (String, Int32)
Converts the string representation of a number in a specified base to an equivalent 16-bit signed integer.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static short ToInt16( string value, int fromBase )
<TemplateAttribute> _ Public Shared Function ToInt16 ( _ value As String, _ fromBase As Integer _ ) As Short
[TemplateAttribute] public: static short^ ToInt16( String^ value, int^ fromBase )