Click or drag to resize

ProjectFileHasUTF8BOM Property

True if the file has a UTF8 byte-order-mark.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool FileHasUTF8BOM { get; set; }

Property Value

Type: Boolean

Implements

IFileFileHasUTF8BOM
See Also