Encoding

LoadOptions.Encoding property

Gets the encoding of the document.

public Encoding Encoding { get; }

Property Value

An instance of Encoding class that represents the document encoding; null if it isn’t set.

See Also