omni::wstring::is_numeric
NAME

omni::wstring::is_numeric

A function of omni::wstring

#include <>
inline bool wstring::is_numeric(const std::wstring& str, bool ignorePeriod)
inline bool wstring::is_numeric(const wchar_t* str, bool ignorePeriod)
template < std::size_t X > inline bool wstring::is_numeric(const wchar_t (&str)[X], bool ignorePeriod)
inline bool wstring::is_numeric(const std::wstring& str)
inline bool wstring::is_numeric(const wchar_t* str)
template < std::size_t X > inline bool wstring::is_numeric(const wchar_t (&str)[X])

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top