SecurityElementStatic: IsValidText

IsValidText

Determines if an XML text is valid.



 Public Function IsValidText(
	  ByRef Text As String ) As Boolean

Parameters

Text
[ByRef] String. The text to be tested.

Return Values

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

Remarks

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

See Also

Project CorLib Overview

Class SecurityElementStatic Overview