StringExtensions.IsNumeric method

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

IsNumeric(string)

Extension method

Returns whether the specified input string matches a double (Double ).

public static bool IsNumeric(this string input)

Parameters

input String

The string to validate.

Returns

true if input matches a double; otherwise false.