to_save_format method

to_save_format

Converts a source file format to the corresponding SaveFormat.

Returns

The corresponding SaveFormat value.

@staticmethod
def to_save_format(format):
    ...
ParameterTypeDescription
formatSourceFormatThe source file format.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))

See Also