NetXP 3.0 Reference

Convert.StringToPoint Method 

Converts a given string to a Point.

[Visual Basic]
Public Shared Function StringToPoint( _
   ByVal str As String _
) As Point
[C#]
public static Point StringToPoint(
   string str
);

Parameters

str
The string representation of the point.

Return Value

The point, parsed from the string.

See Also

Convert Class | NETXP.Library Namespace