[]
Converts the provided shape data to base64 encoded string.
public static string ToBase64String(GeoShape shape, WkCoder.WkbByteOrder byteOrder)
| Type | Name | Description |
|---|---|---|
| GeoShape | shape | The shape data. |
| WkCoder.WkbByteOrder | byteOrder | The byteOrder. |
| Type | Description |
|---|---|
| string | Base64 encoded string with encoded data. |