FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / ToString Method


In This Topic
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()

Return Value

A System.String that represents the string representation of the PairChar object.
See Also