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