Share via


SPFieldGeolocationValue.ToString method

Returns the Geolocation value as Well-Known Text format.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPFieldGeolocationValue
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
Well-Known Text format for the point data, for example 'Point(longitude latitude)'.

See also

Reference

SPFieldGeolocationValue class

SPFieldGeolocationValue members

Microsoft.SharePoint namespace