FileFormatUtil.SaveFormatToExtension

FileFormatUtil.SaveFormatToExtension method

Converts a save format enumerated value into a file extension.

public static string SaveFormatToExtension(SaveFormat format)
ParameterTypeDescription
formatSaveFormatThe save format.

Return Value

The returned extension is a lower-case string with a leading dot.

See Also