'Declaration Public Shared Function ToBase64String( _ ByVal shape As GeoShape, _ ByVal byteOrder As WkCoder.WkbByteOrder _ ) As String
public static string ToBase64String( GeoShape shape, WkCoder.WkbByteOrder byteOrder )
Parameters
- shape
- The shape data.
- byteOrder
- The byteOrder.
Return Value
Base64 encoded string with encoded data.