Example #1
0
 public string GetDoerTmpValue(Doer doer, string key, string typeString)
 {
     return(ConvertValue(doer.GetTmp <object>(key), typeString));
 }