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