FunctionUtils.VerifyContainerOrNull(Object, Expression, Int32) 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.
Verify value contains elements or null.
public static string VerifyContainerOrNull (object value, AdaptiveExpressions.Expression expression, int number);
static member VerifyContainerOrNull : obj * AdaptiveExpressions.Expression * int -> string
Public Shared Function VerifyContainerOrNull (value As Object, expression As Expression, number As Integer) As String
Parameters
- value
- Object
Value to check.
- expression
- Expression
Expression that led to value.
- number
- Int32
No function.
Returns
Error or null if valid.