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