ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / ToString Method / ToString(GeoShape) Method

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

    Parameters

    shape

    Return Value

    Byte array with encoded data.
    See Also