Click or drag to resize

CodeUnitDefaultEncoding Field

Determines the default source file encoding for files without a BOM prefix or a valid UTF8 sequence (defaults to Windows-1252). Use "UTF8" for UTF8. Use "ISO-8859-1" for Latin1 / extended ASCII.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string DefaultEncoding

Field Value

Type: String
See Also