FunctionUtils.VerifyString(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 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.