SecurityElementStatic: IsValidAttributeValue

IsValidAttributeValue

Determines if an attribute value is valid.



 Public Function IsValidAttributeValue(
	  ByRef Value As String ) As Boolean

Parameters

Value
[ByRef] String. The attribute value to test.

Return Values

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

Remarks

The value is not valid if it contains any of the following: "<", ">".

See Also

Project CorLib Overview

Class SecurityElementStatic Overview