SqlGeography.ToString Method

Definition

Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public override string ToString ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string containing the WKT representation of the calling SqlGeography instance.

Attributes

Applies to