StringEvaluator.MatchCase Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class > StringEvaluator Properties >

StringEvaluator.MatchCase Property

Gets or sets a value indicating whether the case should be matched.

Namespace: BNCS.Logic.Evaluators
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public bool MatchCase { get; set; }

Field Value

true if the case should be matched; otherwise, false.

 

Remarks


When the value is changed, the Execute() method is called to apply the change.

 

See Also


StringEvaluator Class

BNCS.Logic.Evaluators Namespace