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