Share via


FunctionUtils.VerifyNotNull(Object, Expression, Int32) Method

Definition

Verify value is not null.

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