Selerix Developer Tools
StringToInt16 Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class : StringToInt16 Method
the value
Strings to int16.
Syntax
'Declaration
 
Public Shared Function StringToInt16( _
   ByVal value As String _
) As Short
'Usage
 
Dim value As String
Dim value As Short
 
value = ConverterUtils.StringToInt16(value)
public static short StringToInt16( 
   string value
)
public function StringToInt16( 
    value: String
): Int16; static; 
public static function StringToInt16( 
   value : String
) : short;
public: static short StringToInt16( 
   string* value
) 
public:
static short StringToInt16( 
   String^ value
) 

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members