Aspose::Cells::FileFormatUtil::LoadFormatToExtension method

FileFormatUtil::LoadFormatToExtension method

Converts a load format enumerated value into a file extension.

static U16String Aspose::Cells::FileFormatUtil::LoadFormatToExtension(LoadFormat loadFormat)
ParameterTypeDescription
loadFormatLoadFormatThe loaded file format.

ReturnValue

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

Remarks

If it can not be converted, returns null.

See Also