Method TryParseHexString
TryParseHexString(string, out byte[])
Tries to parse a hex string to a byte array.
public static bool TryParseHexString(string s, out byte[] bytes)
Parameters
Returns
- bool
True if the hex string was successfully parsed.