Convert values of elements into string representation.
| C# | Visual Basic | Visual C++ |
public abstract StringBuilder ValuesToString( int maxLength )
Public MustOverride Function ValuesToString ( _ maxLength As Integer _ ) As StringBuilder
public: virtual StringBuilder^ ValuesToString( int maxLength ) abstract
- maxLength (Int32)
- 0: all columns will be printed behind eahc other. Other than 0: The columns will be split after 'maxLength' characters.
Formated string representation