Example #1
0
 public T GetValue <T>()
 {
     return(PersistenceHelper.ConvertFromString <T>(Value));
 }