Share via


FunctionUtils.VerifyString(Object, Expression, Int32) Method

Definition

Verify value is a string.

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