Convert this OSGB grid reference to a latitude/longitude pair using the OSGB36 datum. Note that, the LatLng object may need to be converted to the WGS84 datum depending on the application.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)

Collapse imageSyntax

C#
public override LatLng ToLatLng()
Visual Basic (Declaration)
Public Overrides Function ToLatLng As LatLng
Visual C++
public:
virtual LatLng^ ToLatLng() override

Return Value

A LatLng object representing this OSGB grid reference using the OSGB36 datum

Collapse imageSee Also