|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class |
Represents an operation that evaluates a string input.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public class StringEvaluator : SingleInputOperation
This class is designed to perform operations on a single string input. It inherits from the SingleInputOperation class.
The following example demonstrates how to use the StringEvaluator class.
var evaluator = new StringEvaluator();
// Use the evaluator to perform operations on a string.
Object
BNCS.Logic.Abstract.BaseLogicEntity
BNCS.Logic.Abstract.GenericOperation
BNCS.Logic.Abstract.SingleInputOperation
BNCS.Logic.Evaluators.StringEvaluator
BNCS.Logic.Evaluators Namespace