Partager via


BaseFunctoid.IsNumeric Méthode

Définition

Surcharges

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

Paramètres

val
String

Retours

S’applique à

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

Paramètres

val
String
d
Double

Retours

S’applique à