ExpressionFieldEvaluator - interface missing?

It looks like the IsExpressionValid() method does not exist in version 3.3, but it''s in the documentation. Will this method be available in 4.1? Would it catch syntax errors like "[UnitPrice] \ 2" - the division sign is backwards. thanks, Heath

1 Reply

ST stanleyj Syncfusion Team January 16, 2006 03:37 PM UTC

Hi Heath, Yes IsExpressionValid() is available in 4.1. The backward slash are recognized through the intellisense of VisualStudios as ''Unrecognized escape sequence'', So this code will not be compiled. I suspect that the Documentation version would be 4.1 and not 3.3. Let me know if you have any more question. Best regards, Stanley

Loader.
Up arrow icon