Share via


FunctionUtils.VerifyNumericList(Object, Expression, Int32) Method

Definition

Verify value is numeric list.

public static string VerifyNumericList (object value, AdaptiveExpressions.Expression expression, int number);
static member VerifyNumericList : obj * AdaptiveExpressions.Expression * int -> string
Public Shared Function VerifyNumericList (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.

Applies to