| ParameterToString Method |
Return a string representation of the
Parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override string ToString()
Return Value
StringA string representation of the
Parameter.
Remarks
Formats the parameter name and value in the form name="value".
See Also