B-Arts DocumentationIndice generale

BExpressions - Esempi

using B.BFormules;

BExpressions expression = new BExpressions(
  "CustomerID = OrderCustomerID AND Active = true");

string normalized = expression.Expression;
bool invalidParentheses = expression.IsWrongExpression;