Click or drag to resize

UtilGetEncoding Method

Determines a text file's encoding by analyzing its byte order mark (BOM). Defaults to ASCII when detection of the text file's endianness fails.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static Encoding GetEncoding(
	string filename
)

Parameters

filename
Type: SystemString
The text file to analyze.

Return Value

Type: Encoding
The detected encoding.
See Also