doogal.co.uk Home
 
            Return a String representation of this LatLng object in
            degrees-minutes-seconds format. The returned format will be like this: DD
            MM SS.SSS N DD MM SS.SSS E where DD is the number of degrees, MM is the
            number of minutes, SS.SSS is the number of seconds, N is either N or S to
            indicate north or south of the equator and E is either E or W to indicate
            east or west of the prime meridian.
            
 
    Namespace: 
   DotNetCoords
    Assembly:
   DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntaxpublic string ToDMSString()
Public Function ToDMSString As String
public:
String^ ToDMSString()
member ToDMSString : unit -> string 
Return Value
Type: 
StringA string representation of this LatLng object in DMS format.
See Also