Convert.StringToPoint Method
Converts a given string to a Point.
[Visual Basic]Public Shared Function StringToPoint( _
ByVal
str As
String _
) As
Point Parameters
- str
- The string representation of the point.
Return Value
The point, parsed from the string.
See Also
Convert Class | NETXP.Library Namespace