MimeTypeParameterInfoToString(Boolean) Method
Creates a
String representation of the instance.
Namespace: FolkerKinzel.MimeTypesAssembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 5.6.0+6976b8f96f59170e54fb7f8a4989b77d09f9b1c0
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.