|  | ContentTypeToString(FormatOptions, Encoding, Boolean) Method | 
            Serialize the 
ContentType to a string, optionally encoding the parameters.
            
 MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic string ToString(
	FormatOptions options,
	Encoding charset,
	bool encode
)
Parameters
- options  FormatOptions
- The formatting options.
- charset  Encoding
- The charset to be used when encoding the parameter values.
- encode  Boolean
- If set to , the parameter values will be encoded.
Return Value
StringThe serialized string.
 Exceptions
Exceptions Remarks
Remarks
            Creates a string-representation of the 
ContentType, optionally encoding
            the parameters as they would be encoded for transport.
            
 See Also
See Also