[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown.WkCoder.ToString

ToString Method

ToString(GeoShape)

Converts the provided shape data into string representation.

Declaration
public static string ToString(GeoShape shape)
Parameters
Type Name Description
GeoShape shape
Returns
Type Description
string

Byte array with encoded data.

ToString(GeoShape, string)

Converts the provided shape data into string representation.

Declaration
public static string ToString(GeoShape shape, string format)
Parameters
Type Name Description
GeoShape shape

The shape.

string format

The format string to apply to point values.

Returns
Type Description
string

Byte array with encoded data.