StringExtensions.IsNumber(this string str) Method
.NET Standard 2.x
Reports whether the value of a string is a number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static bool IsNumber(this string str);
Parameters
str
System.String
A string whose value you want to test to determine whether it is a valid number.
Returns
System.Boolean
Returns true
if string is a valid number and false
if it is not. If str is null
, IsNumber
returns null
.
Examples
Coming soon.
Applies to
.NET Standard
2.x