RuleExpressionCondition.ToString Method

Definition

Returns the string value of the expression condition.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The string value of the expression condition. An empty string if the expression condition is null.

Applies to