NetXP 3.0 Reference

Convert.PointToString Method 

Converts a given Point to a string.

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

Parameters

point
The point to convert.

Return Value

A string representation of the point.

See Also

Convert Class | NETXP.Library Namespace