Thanks!!
W
Wilson Wu
@Wilson Wu
Posts
-
Convert FieldInfo to Dictionary -
Dynamic expressionthe problem is solved by others. Thanks
-
Convert FieldInfo to DictionaryHi, How can converty the FieldInfo to Dictionary ? my code : fieldInfo = this.GetType().GetField("dictionary1"); Dictionary dic2 = (Dictionary)fieldInfo; The second line is wrong. Thanks Wilson
-
Dynamic expressionWould you mind give a example ?
-
Dynamic expressionHi, How can get the object from this string ? string abc = "this.abc"; Thanks Wilson
-
export dataset to execl 2000Hi, I searched the web. I can find how to export data for Excel 2002 or later. But how to do for Excel 2000 ? Thanks Wilson