Convert this latitude and longitude into an OSGB (Ordnance Survey of Great Britain) grid reference.

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

Syntax

C#
public OSRef ToOSRef()
Visual Basic (Declaration)
Public Function ToOSRef As OSRef
Visual C++
public:
OSRef^ ToOSRef()

Return Value

The converted OSGB grid reference.

See Also