Function toml_parser::HexadecimalToDecimal#
Defined in File miscellaneous.h
Function Documentation#
-
uint32_t toml_parser::HexadecimalToDecimal(const std::string &rss)#
Calculate the interpretation value of a hexadecimal number in a string (characters 0-9a-fA-F).
- Parameters:
rss – [in] Reference to the string containing the number.
- Returns:
The calculated value.