[]
Converts the provided shape data into string representation.
public static string ToString(GeoShape shape)
Type | Name | Description |
---|---|---|
GeoShape | shape |
Type | Description |
---|---|
string | Byte array with encoded data. |
Converts the provided shape data into string representation.
public static string ToString(GeoShape shape, string format)
Type | Name | Description |
---|---|---|
GeoShape | shape | The shape. |
string | format | The format string to apply to point values. |
Type | Description |
---|---|
string | Byte array with encoded data. |