Geography.ToWellKnownText

Converts a structured geographic point value into its Well-Known Text (WKT) representation according to the specifications set by the Open Geospatial Consortium (OGC). This format is commonly used as ...

Syntax

Geography.ToWellKnownText(input as nullable record, optional omitSRID as nullable logical) as nullable text

About

Converts a structured geographic point value into its Well-Known Text (WKT) representation according to the specifications set by the Open Geospatial Consortium (OGC). This format is commonly used as a serialization format in various databases, such as SQL Server.