 | ParameterToString Method |
Return a string representation of the
Parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic 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