Adds a string expression to the LTVerex instance.
public LTVerex AddStringExpression(
LTVerexStringExpression expression,
string value
)
expression The LTVerexStringExpression value to use.
value
The characters that correspond to the LTVerexStringExpression.
Returns the LTVerex instance so that these methods can be chained.