Function hex_decode
Source pub fn hex_decode(value: &str) -> String
Expand description
Decodes a hexadecimal-encoded string into its original string representation.
§Arguments
value
- The hexadecimal-encoded string to be decoded.
§Returns
A string representing the decoded content.