ToString Method (PairChar)
In This Topic
Returns a string representation of the
PairChar object.
Syntax
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As PairChar
Dim value As String
value = instance.ToString()
public override string ToString()
Return Value
A
System.String that represents the string representation of the
PairChar object.
See Also