StringUtils.IsNumeric method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings
Assembly Skybrud.Essentials.dll

IsNumeric(string)

Static

Alias of Skybrud.Essentials.Strings.StringUtils.IsDouble(System.String). Gets whether the string matches a double (Double ).

public static bool IsNumeric(string str)

Parameters

str String

The string to validate.

Returns

true if str matches a double; otherwise false.