MimeTypeParameterInfoToString(Boolean) Method

Creates a String representation of the instance.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
C#
public string ToString(
	bool urlFormat
)

Parameters

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

Return Value

String
A String representation of the instance.

See Also