Function toml_parser::BinaryToDecimal#

Function Documentation#

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

Calculate the interpretation value of a binary number in a string (characters 0-1).

Parameters:

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

Returns:

The calculated value.