OpenXmlReader.Encoding 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.
Gets the encoding of the XML file.
public virtual string Encoding { get; }
public virtual string? Encoding { get; }
member this.Encoding : string
Public Overridable ReadOnly Property Encoding As String
Property Value
Returns Encoding.
Remarks
Returns null if the encoding is not specified in the XML file.