Example #1
0
 public string FormatBody(object o)
 {
     return(Utils.FormatText(o as string));
 }
Example #2
0
        protected string FormatPublishDate(object o)
        {
            DateTime dt = (DateTime)o;

            return(Utils.FormatDate(dt));
        }