IrishRef Constructor (String) |
doogal.co.uk Home
Take a string formatted as a six-figure Irish grid reference (e.g. "N514131")
and create a new IrishRef object that represents that grid reference.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public IrishRef(
string gridRef
)
Public Sub New (
gridRef As String
)
public:
IrishRef(
String^ gridRef
)
new :
gridRef : string -> IrishRef
Parameters
- gridRef
- Type: SystemString
A string representing a six-figure Irish grid reference
in the form XY123456
See Also