Function hex_to_string

Source
pub fn hex_to_string(hex_string: &str) -> String
Expand description

Converts a hexadecimal string to a regular string.

§Arguments

  • hex_string - The hexadecimal string to convert.

§Returns

A regular string containing the converted value.