Convert this LatLng from the OSGB36 datum to the WGS84 datum using an approximate Helmert transformation.

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

Collapse imageSyntax

C#
public void ToWGS84()
Visual Basic (Declaration)
Public Sub ToWGS84
Visual C++
public:
void ToWGS84()

Collapse imageSee Also