Alias of Skybrud.Essentials.Strings.StringUtils.IsDouble(System.String). Gets whether the string matches a double (Double ).
Skybrud.Essentials.Strings.StringUtils.IsDouble(System.String)
public static bool IsNumeric(string str)
str
The string to validate.
true if str matches a double; otherwise false.
true
false