FromExtension

EBookFormats.FromExtension method

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

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

Return Value

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

Exceptions

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

See Also