[]
Converts the provided geometry shape into string representation.
public static string ToString(GeoGeometry shape)
| Type | Name | Description |
|---|---|---|
| GeoGeometry | shape | The geometry shape. |
| Type | Description |
|---|---|
| string | The string representation for the geometry shape. |
Converts the provided geometry shape into string representation.
public static string ToString(GeoGeometry shape, string format)
| Type | Name | Description |
|---|---|---|
| GeoGeometry | shape | The geometry shape. |
| string | format | The format string to apply to point values. |
| Type | Description |
|---|---|
| string | The string representation for the geometry shape. |