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