MimeTypeParameterInfoAppendTo Method

Appends a String representation of this instance according to RFC 2045 and RFC 2231 to a StringBuilder.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
C#
public StringBuilder AppendTo(
	StringBuilder builder,
	bool urlFormat = false
)

Parameters

builder  StringBuilder
The StringBuilder.
urlFormat  Boolean  (Optional)
Pass true to get an URL-encoded string representation that can be used within a URI, false to get the default format.

Return Value

StringBuilder
A reference to builder.

Exceptions

ArgumentNullExceptionbuilder is null.

See Also