FromExtension

TextualFormats.FromExtension method

Retrieves an instance of the specified type TextualFormats that has the specified file extension.

public static TextualFormats FromExtension(string extension)
Parameter Type Description
extension String The file extension of the document format.

Return Value

An instance of the specified type TextualFormats with the specified file extension.

Exceptions

exception condition
InvalidOperationException Thrown when no matching document format is found.

See Also