Click or drag to resize
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
)

Parameters

gridRef
Type: SystemString
A string representing a six-figure Irish grid reference in the form XY123456
See Also