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

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

Syntax

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

See Also