SPFieldGeolocation.GetValidatedString method
Gets the Validated Well-Known Text for the specified object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetValidatedString ( _
value As Object _
) As String
'Usage
Dim instance As SPFieldGeolocation
Dim value As Object
Dim returnValue As String
returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
Object value
)
Parameters
value
Type: System.ObjectThe geolocation object.
Return value
Type: System.String
The Well-Known Text format for the spatial geography objects.