Freigeben über


SPFieldGeolocationValue.ToString-Methode

Gibt den Geolocation-Wert als 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()

Rückgabewert

Typ: System.String
Well-Known-Text-Format für die Point-Daten, z. B. 'Point(longitude latitude)'.

Siehe auch

Referenz

SPFieldGeolocationValue Klasse

SPFieldGeolocationValue-Member

Microsoft.SharePoint-Namespace