Function TRAP::Utils::String::IsDigit#

Function Documentation#

constexpr bool TRAP::Utils::String::IsDigit(char c)#

Check if a character is a digit (0123456789).

Parameters:

c – Character to check.

Returns:

True if character is a digit, false otherwise.