An NDoc Documented Class Library

FileTypes.IsASCII Method 

Determines if a file is an ASCII file by seeing if it matches registered extensions for ASCII files

public static bool IsASCII(
   FileInfo file
);

Parameters

file
handle to file

Return Value

true if ASCII, false otherwise

See Also

FileTypes Class | EnterpriseDT.Net.Ftp Namespace