SimpleExpressionEvaluator Class for compiling and evaluating simple mathematical expressions Gets the current culture used by when parsing strings into numbers Initializes new instance of using Initializes new instance of using specified culture info Culture to use for parsing decimal numbers Compiles parameterized mathematical expression into a delegate which can be invoked with different arguments without having to parse the expression again. Expression to parse and compile Delegate compiled from the expression