Converts the specified degree coordinates and units to strings.
[Visual Basic 6.0] Sub GetLongLatAsString(
ByVal longitude As Double, _
ByVal latitude As Double, _
ByVal displayUnits As esriARUnits, _
sLongitude As String, _
sLatitude As String, _
sUnits As String _
) As Empty
[Visual Basic .NET] Public Sub GetLongLatAsString ( _ ByVal longitude As Double, _ ByVal latitude As Double, _ ByVal displayUnits As esriARUnits, _ ByRef sLongitude As String, _ ByRef sLatitude As String, _ ByRef sUnits As String _ )
[C#] public void GetLongLatAsString ( double longitude, double latitude, esriARUnits displayUnits, ref string sLongitude, ref string sLatitude, ref string sUnits );
Converts the specified x coordinate, y coordinate and unit of measure into three separate strings.