Converts the string to a byte equivalent.
s The string to convert.
A Byte equivalent of the string.
TypeReasonArgumentNullException s is a null reference.FormatException s is not in the correct format.OverflowException s represents a number less than byte.MinValue or greater than byte.MaxValue.