OSRefToSixFigureString Method |
doogal.co.uk Home
Return a string representation of this OSGB grid reference using the
six-figure notation in the form XY123456.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public string ToSixFigureString()
Public Function ToSixFigureString As String
public:
String^ ToSixFigureString()
member ToSixFigureString : unit -> string
Return Value
Type:
StringA string representing this OSGB grid reference in six-figure
notation
See Also