FileConversionHelper.CanConvertToHtml Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
CanConvertToHtml(String)
Returns whether the specified file can be converted to html.
public static bool CanConvertToHtml(string filename)
Parameters
- filename
- System.String
Returns
System.Boolean
true
if the file can be converted to html, otherwise false
.