Entity.XmlEncoding

Entity.XmlEncoding property

An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity. This is null otherwise.

public string XmlEncoding { get; }

Property Value

The XML encoding.

See Also