MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / ToString Method / ToString(GeoShape,String) Method
The shape.
The format string to apply to point values.

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

Parameters

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

Return Value

Byte array with encoded data.
See Also