Map for WinForms | ComponentOne
C1.FlexMap Namespace / WkCoder Class / ToString Method / ToString(GeoGeometry) Method
The geometry shape.

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

    Parameters

    shape
    The geometry shape.

    Return Value

    The string representation for the geometry shape.
    See Also