Share via


BaseFunctoid.IsNumeric Method

Definition

Overloads

IsNumeric(String)
IsNumeric(String, Double)

IsNumeric(String)

public:
 static bool IsNumeric(System::String ^ val);
public static bool IsNumeric (string val);
static member IsNumeric : string -> bool
Public Shared Function IsNumeric (val As String) As Boolean

Parameters

val
String

Returns

Applies to

IsNumeric(String, Double)

public:
 static bool IsNumeric(System::String ^ val, double % d);
public static bool IsNumeric (string val, ref double d);
static member IsNumeric : string * double -> bool
Public Shared Function IsNumeric (val As String, ByRef d As Double) As Boolean

Parameters

val
String
d
Double

Returns

Applies to