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