ByteUtility.ToBytes method

Converts the specified string representation of bytes into a byte array.

public static byte[] ToBytes(string value)
parameter description
value The byte values; these must be hexadecimal numbers with no padding or separators.

Return Value

A byte array containing the bytes represented in the string.

See Also