Click or drag to resize
MimeKit

ParameterListToString Method

Serialize a ParameterList to a string.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A string representing the ParameterList.
Remarks
If there are multiple parameters in the list, they will be separated by a semicolon.
See Also