public string LhsTyped(IModel model) { if (!(Lhs is Constant) && (model.Get(Lhs.AsParsable())?.Full ?? false)) { return(Lhs.AsParsable()); } return((string)TypeConverter.To(Lhs.Evaluate(model), typeof(string))); }