Encoding

TextDocumentInfo.Encoding property

Gets the detected encoding of the text document.

public Encoding Encoding { get; }

Property Value

An instance of Encoding class.

See Also