Compartir a través de


BaseFunctoid.IsNumeric Método

Definición

Sobrecargas

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

Parámetros

val
String

Devoluciones

Se aplica a

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

Parámetros

val
String
d
Double

Devoluciones

Se aplica a