A
Andrew McLellan
I'm still finding my way round C# and am not sure what is possible and not
possible. Is there any way to do the equivalent of
Rectangle r = new Rectangle();
r.FromString(anotherRectangle.ToString());
and assuming there isn't, would the panel recommend I create my own
Rectangle class with a FromString method or override the ToString to give
something a bit more parsable, or what?
Thanks,
Andrew
possible. Is there any way to do the equivalent of
Rectangle r = new Rectangle();
r.FromString(anotherRectangle.ToString());
and assuming there isn't, would the panel recommend I create my own
Rectangle class with a FromString method or override the ToString to give
something a bit more parsable, or what?
Thanks,
Andrew