Function toml_parser::DecimalToDecimal#

Function Documentation#

uint32_t toml_parser::DecimalToDecimal(const std::string &rss)#

Calculate the interpretation value of a decimal number in a string (characters 0-9).

Parameters:

rss[in] Reference to the string containing the number.

Returns:

The calculated value.