This function returns TRUE if the expression can be used as a valid subroutine argument name, and FALSE otherwise.
Visual Basic |
---|
Public Function IsValidSubroutineArgumentName( _ ByVal Expression As String _ ) As Boolean |
- Expression
- Required String that is the argument name to evaluate for validity.
Boolean value. Boolean returns true if the function succeeds, false if it fails.