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