SecurityElementStatic: IsValidTag

IsValidTag

Determines if a tag name is valid.



 Public Function IsValidTag(
	  ByRef Tag As String ) As Boolean

Parameters

Tag
[ByRef] String. The tag to be tested.

Return Values

Boolean -  Returns True if the tag is valid, False otherwise.

Remarks

A tag is not valid if it contains any of the following: "<", ">", or a space.

See Also

Project CorLib Overview

Class SecurityElementStatic Overview