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