Parses a condition from an expression.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static Condition Parse(
	string expression
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	expression As String _
) As Condition

Parameters

expression
Type: System..::.String
The expression to parse.

Return Value

The expression.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if expression is null.
System..::.FormatExceptionThrown if expression cannot be parsed.

See Also