HexToBytes Method
HexToBytes(String)
Decode the string into a byte array.
C#
public static byte[] HexToBytes(string encoded)
Parameters
Type | Name | Description |
---|---|---|
System.String | encoded | A string encoded with data to be decoded. |
Returns
System.Byte[]
A byte collection resulting from decoding encoded
.