====== StrIsInt ====== {{tag>string parsing needs_examples}} ''bool StrIsInt(str s)'' ===== Description ===== Returns true if the string can be correctly parsed using [[atoi]] (overflows count as success).