Gets whether the string matches an integer (int ).
public static bool IsInt32(string str)
str
The string to validate.
true if str matches a long; otherwise false.
true
false