FromExtension

EBookFormats.FromExtension method

Returns instance of EBookFormats structure, associated to specified filename extension, or throws an exception, if extension cannot be properly parsed

public static EBookFormats FromExtension(string extension)
Parameter Type Description
extension String Filename extension of any supportable EBook format, with or without leading dot character, case-independent. Cannot be NULL or empty, should be valid.

Return Value

Instance of EBookFormats structure on success or thrown exception on failure

See Also