예제 #1
0
 public static string ToString(DataListItemEventArgs e, string columnName)
 {
     return(BaseItem.ToString(((System.Data.DataRowView)(e.Item.DataItem)).Row[columnName]));
 }
예제 #2
0
 public static string ToString(object o)
 {
     return(BaseItem.ToString(o, ""));
 }