Return a string representation of this Tuple.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual string ToString( char cDelimiter, char cQuote, string sNullString, bool bVerbose )
Public Overridable Function ToString ( _ cDelimiter As Char, _ cQuote As Char, _ sNullString As String, _ bVerbose As Boolean _ ) As String
public: virtual String^ ToString( wchar_t cDelimiter, wchar_t cQuote, String^ sNullString, bool bVerbose )
Parameters
- cDelimiter
- Char
character to insert between each field
- cQuote
- Char
character used to surround string fields
- sNullString
- String
string to use to represent null field values
- bVerbose
- Boolean
verbose output will quotes string fields and print the field's name before its value