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
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