Utility
public Utility()
public static DeterminedEncodingStream DetectEncoding(string filename, bool returnEncodingOnly, bool performFileExistsCheck)
Attempts to determine the encoding for a file by detecting the Byte Order Mark (BOM).
Attempts to determine the encoding for a file by detecting the Byte Order Mark (BOM).