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