OpenXmlPartReader.Encoding Property

Definition

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.

Applies to