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