Returns a string that represents the current object.
Public Overrides Function ToString() As String
Dim instance As Sequence
Dim value As String
value = instance.ToString()
public override string ToString()
public: string* ToString(); override
public:
String^ ToString(); override
Return Value
A string that represents the current object.