Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TimSmithSK

    Object reference from string variable

    Jason/Chip - Thanks for the replies. The reasoning behind this idea is that templates within the application can contain string representations of instantiated objects and can thus translate them on the fly. (Jason - that is why, although your code works in general, it will not work for me...
  2. TimSmithSK

    Object reference from string variable

    Given a class declaration such as: public class MyClass { public System.String prop1 { get; set; } public System.String prop2 { get; set; } } and code like: MyClass c = new MyClass(); c.prop1 = "Value of property 1"; c.prop2 = "Value of property 2"; System.String s = "MyClass.prop1"; Is...

Part and Inventory Search

Back
Top