Determines if a tag name is valid.
Public Function IsValidTag( ByRef Tag As String ) As Boolean
A tag is not valid if it contains any of the following: "<", ">", or a space.
Project CorLib Overview
Class SecurityElementStatic Overview