Converts the value of this instance to its equivalent string representation.
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As Line
Dim value As String
value = instance.ToString()
Return Value
The
System.String representation of the value of this instance.