LoadFormatToExtension

FileFormatUtil.LoadFormatToExtension method

将加载格式枚举值转换为文件扩展名。

public static string LoadFormatToExtension(LoadFormat loadFormat)
范围类型描述
loadFormatLoadFormat加载的文件格式。

返回值

返回的扩展名是带有前导点的小写字符串。

评论

如果无法转换,则返回 null。

也可以看看