FunctionUtils.ValidateBinaryNumberOrString(Expression) 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.
Validate there are 2 numeric or string arguments.
public static void ValidateBinaryNumberOrString (AdaptiveExpressions.Expression expression);
static member ValidateBinaryNumberOrString : AdaptiveExpressions.Expression -> unit
Public Shared Sub ValidateBinaryNumberOrString (expression As Expression)
Parameters
- expression
- Expression
Expression to validate.