BaseFunctoid.IsNumeric Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsNumeric(String) | |
IsNumeric(String, Double) |
IsNumeric(String)
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