MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / ToBase64String Method
The shape data.
The byteOrder.

In This Topic
ToBase64String Method
In This Topic
Converts the provided shape data to base64 encoded string.
Syntax
'Declaration
 
Public Shared Function ToBase64String( _
   ByVal shape As GeoShape, _
   ByVal byteOrder As WkCoder.WkbByteOrder _
) As String
 

Parameters

shape
The shape data.
byteOrder
The byteOrder.

Return Value

Base64 encoded string with encoded data.
See Also