IsValidLeftHandValue Method
Description
This function returns TRUE if the expression can be used as a valid left hand value (i.e. can be used on the left-hand side of an assignment statement), and FALSE otherwise.
Syntax
Visual Basic |
---|
Public Function IsValidLeftHandValue( _ ByVal Expression As String _ ) As Boolean |
Parameters
- Expression
- Required String that is the expression to evaluate for validity.
Return Type
Boolean value.
See Also