[]
        
(Showing Draft Content)

C1.FlexMap.WkCoder.ToString

ToString Method

ToString(GeoGeometry)

Converts the provided geometry shape into string representation.

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

The geometry shape.

Returns
Type Description
string

The string representation for the geometry shape.

ToString(GeoGeometry, string)

Converts the provided geometry shape into string representation.

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

The geometry shape.

string format

The format string to apply to point values.

Returns
Type Description
string

The string representation for the geometry shape.