Creates a Search from a properly formatted string

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public static Search Parse(
	string value
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	value As String _
) As Search
Visual C++
public:
static Search^ Parse(
	String^ value
)

Parameters

value
Type: System..::.String
The string representation of the Search

See Also