PowerTCP Mail for .NET
ToString(Boolean) Method




If true, the ASCII-encoded representation is returned. Otherwise, the decoded UNICODE representation is returned.
Returns MIME headers as a String. Does not included a trailing CR/LF (blank line).
Syntax
Public Overloads Function ToString( _
   ByVal encode As Boolean _
) As String
Dim instance As HeaderDictionary
Dim encode As Boolean
Dim value As String
 
value = instance.ToString(encode)
public string ToString( 
   bool encode
)
public: string* ToString( 
   bool encode
) 
public:
String^ ToString( 
   bool encode
) 

Parameters

encode
If true, the ASCII-encoded representation is returned. Otherwise, the decoded UNICODE representation is returned.

Return Value

String
See Also

Reference

HeaderDictionary Class
HeaderDictionary Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic