load_format_to_save_format method

load_format_to_save_format(, load_format)

Converts a LoadFormat value to a SaveFormat value if possible.

Returns

The save format.


@staticmethod
def load_format_to_save_format(load_format):
    ...
ParameterTypeDescription
load_formatLoadFormatThe load format.

See Also