private string FormatValue(Element e) { if (e.DataType == ElementType.DATETIME) { return e.DateTimeValue().ToString(); } else return e.ToString(); }