MimeTypeParameterInfoToString(Boolean) Method
Creates a
String representation of the instance.
Namespace: FolkerKinzel.MimeTypesAssembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
public string ToString(
bool urlFormat
)
Public Function ToString (
urlFormat As Boolean
) As String
public:
String^ ToString(
bool urlFormat
)
member ToString :
urlFormat : bool -> string
- urlFormat Boolean
- Pass true to get an URL-encoded string representation
that can be used within a URI, false to get the default format.
StringA
String representation of the instance.