Take a string formatted as a six-figure OS grid reference (e.g. "TG514131")
and create a new OSRef object that represents that grid reference. The
first character must be H, N, S, O or T. The second character can be any
uppercase character from A through Z excluding I.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
| C# |
|---|
public IrishRef(
string gridRef
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
gridRef As String _
) |
| Visual C++ |
|---|
public:
IrishRef(
String^ gridRef
) |
Parameters
- gridRef
- Type: System..::.String
A string representing a six-figure Ordnance Survey grid reference
in the form XY123456
See Also