public static bool ValidateExpression(
string expr
)
Public Shared Function ValidateExpression (
expr As String
) As Boolean
Dim expr As String
Dim returnValue As Boolean
returnValue = UtilNCalc.ValidateExpression(expr)
public:
static bool ValidateExpression(
String^ expr
)
static member ValidateExpression :
expr : string -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="expr"/> documentation for "M:DevCase.ThirdParty.NCalc.UtilNCalc.ValidateExpression(System.String)"]
No code example is currently available or this language may not be supported.
Dim expr As String = "1 + ABC"
Dim isValid As Boolean = ValidateExpression(expr)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.