Convert

Converter<TLoadOptions,TConvertOptions>.Convert method (1 of 2)

Converts the source file to the target format and saves it to the specified stream.

public void Convert(Stream targetStream, Action<TConvertOptions> convertOptionsAction = null)
parameterdescription
targetStreamThe target stream
convertOptionsActionconvertOptions delegate

Exceptions

exceptioncondition
InvalidOperationException

See Also


Converter<TLoadOptions,TConvertOptions>.Convert method (2 of 2)

Converts the source file to the target format and saves it to the specified file path.

public void Convert(string filePath, Action<TConvertOptions> convertOptionsAction = null)
parameterdescription
filePathConverted file path
convertOptionsActionconvertOptions delegate

See Also