Return a String representation of this Irish grid reference using the six-figure notation in the form X123456

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

Collapse imageSyntax

C#
public string ToSixFigureString()
Visual Basic (Declaration)
Public Function ToSixFigureString As String
Visual C++
public:
String^ ToSixFigureString()

Return Value

A string representing this Irish grid reference in six-figure notation

Collapse imageSee Also