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+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
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