NAME
A static function of omni::string
OVERLOADS
omni::string::is_numeric
A static function of omni::string
#include <omni/xx/string.hxx>inline bool omni::string::is_numeric(const OMNI_STRING_T_FW& str, bool ignorePeriod)OVERLOADS
inline bool omni::string::is_numeric(const OMNI_CHAR_T_FW* str, bool ignorePeriod)
template < std::size_t X > inline bool omni::string::is_numeric(const OMNI_CHAR_T_FW (&str)[X], bool ignorePeriod)
inline bool omni::string::is_numeric(const OMNI_STRING_T_FW& str)
inline bool omni::string::is_numeric(const OMNI_CHAR_T_FW* str)
template < std::size_t X > inline bool omni::string::is_numeric(const OMNI_CHAR_T_FW (&str)[X])