Selerix Developer Tools
StringToByte Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members