Geotools.Net

Coordinate.ToString Method 

Converts a coordinate to a string. of the form (x,y,z).

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

Returns a string of the form (x, y, z)

Remarks

The string is in the form (x, y, z)

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace