string to Point

T

tribal

Hi guys,

How can i convert a string to a point

I had a point as a string in the first place

eg : Point myPoint = new Point(12,12);

string s = myPoint.ToString();

......

......

// how do i do this
// Point x = convert s to point

regards

tribal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top