예제 #1
0
 public static bool IsKnownExtension(string ext)
 {
     return(FileTypeUtils.IsKnownExtension(ext));
 }
예제 #2
0
 public static bool IsKnownExtension(string ext) =>
 FileTypeUtils.IsKnownExtension(ext);