Selerix Developer Tools
StringToSByte Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members