Convert Method
Description
Convert the filter from XML to text format.
Syntax
Visual Basic
Public Sub Convert( _
   ByVal filterXml As String, _
   ByRef FilterText As String _
) 
Parameters
filterXml
The input filter in XML format.
FilterText
The output text version of the input filter
See Also