Expand Minimize
This topic has not yet been rated - Rate this topic

SqlGeography.ToString Method

SQL Server 2012

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.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public override string ToString()

Return Value

Type: System.String
A string containing the WKT representation of the calling SqlGeography instance.

This method returns the string "Null" when called on null instances.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.