Template Function apex::stoul
Defined in File base_string.hpp
Function Documentation
-
template<::size64_t STRING_BUFFER_SIZE>
inline ::uint32_t apex::stoul(const apex::BaseString<STRING_BUFFER_SIZE> &str) noexcept Convert a string to a 32-bit unsigned integer. The function internally uses
strtoul
standard call.- Parameters:
str – [in] is input string value
- Returns:
return 32-bit unsigned integer corresponding to the string value. See
strtoul
specs. Valid range is [0..UINT32_MAX]