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