FileFormatUtil.LoadFormatToSaveFormat

FileFormatUtil.LoadFormatToSaveFormat method

Converts a LoadFormat value to a SaveFormat value if possible.

public static SaveFormat LoadFormatToSaveFormat(LoadFormat loadFormat)
ParameterTypeDescription
loadFormatLoadFormatThe load format.

Return Value

The save format.

See Also