MimeTypeInfoParse(ReadOnlyMemoryChar) Method

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
C#
public static MimeTypeInfo Parse(
	ReadOnlyMemory<char> value
)

Parameters

value  ReadOnlyMemoryChar
The ReadOnlyMemory<Char> to parse.

Return Value

MimeTypeInfo
The MimeTypeInfo instance, which value represents.

Exceptions

ArgumentExceptionvalue value could not be parsed as MimeTypeInfo.

See Also