FileFormatUtil.LoadFormatToExtension
FileFormatUtil.LoadFormatToExtension method
Converts a load format enumerated value into a file extension.
public static string LoadFormatToExtension(LoadFormat loadFormat)
Parameter | Type | Description |
---|---|---|
loadFormat | LoadFormat | The loaded file format. |
Return Value
The returned extension is a lower-case string with a leading dot.
Remarks
If it can not be converted, returns null.
See Also
- enum LoadFormat
- class FileFormatUtil
- namespace Aspose.Cells
- assembly Aspose.Cells