CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thezenwind@yahoo.com

Search: Search took 0.07 seconds.

  1. Re: Casting objects to their given types

    Thanks, IComparable seems to be the ticket.
  2. Re: Casting objects to their given types

    The problem with using typeof, ChangeType and anything else like that is that this type that I'm trying to cast my objects to is unknown at compile time. It is not declared anywhere in my project so...
  3. Casting objects to their given types

    I have a problem where I need to compare two objects but of course you can't do this with ordinary objects. I figure I need to cast the objects to their respective types first and then compare them....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured