Geotools.Net

Envelope.ToString Method 

Returns a string representation of this Envelope.

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

Return Value

A string containing the set of coordinates.

Remarks

The format is: Env[minX : maxX, minY : maxY]

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace