FileContentMetadata.EncodingWithBom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If applicable to the file encoding (typically for UTF-8), specifies if it has a byte order mark (BOM).
[System.Runtime.Serialization.IgnoreDataMember]
public bool EncodingWithBom { get; set; }
member this.EncodingWithBom : bool with get, set
Public Property EncodingWithBom As Boolean
Property Value
- Attributes