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.
Visual Basic |
---|
Public Function IsValidLeftHandValue( _ ByVal Expression As String _ ) As Boolean |
- Expression
- Required String that is the expression to evaluate for validity.
Boolean value.