Click or drag to resize
MimeKit

ParameterToString Method

Return a string representation of the Parameter.

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

Return Value

String
A string representation of the Parameter.
Remarks
Formats the parameter name and value in the form name="value".
See Also