sysmonk::squire::secure

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.