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

Return value

Type: System.String
The Well-Known Text format for the spatial geography objects.

See also

Reference

SPFieldGeolocation class

SPFieldGeolocation members

Microsoft.SharePoint namespace