Map for WinForms | ComponentOne
C1.FlexMap Namespace / WkCoder Class / ToString Method / ToString(GeoGeometry,String) Method
The geometry shape.
The format string to apply to point values.

In This Topic
    ToString(GeoGeometry,String) Method
    In This Topic
    Converts the provided geometry shape into string representation.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToString( _
       ByVal shape As GeoGeometry, _
       ByVal format As String _
    ) As String
    public static string ToString( 
       GeoGeometry shape,
       string format
    )

    Parameters

    shape
    The geometry shape.
    format
    The format string to apply to point values.

    Return Value

    The string representation for the geometry shape.
    See Also