FunctionUtils.ValidateUnaryString(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 is a single string argument.
public static void ValidateUnaryString(AdaptiveExpressions.Expression expression);
static member ValidateUnaryString : AdaptiveExpressions.Expression -> unit
Public Shared Sub ValidateUnaryString (expression As Expression)
Parameters
- expression
- Expression
Expression to validate.