Parses the specified string into a RangeFilter instance.

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

Syntax

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

Parameters

value
Type: System..::.String
Value to parse. This value should have been produced by a call to ToString()()().

Exceptions

ExceptionCondition
System..::.ArgumentException if value is null or empty.
System..::.FormatException if value is not in the expected format.

See Also