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.6 (1.0.0.6)

Collapse imageSyntax

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

Collapse imageSee Also