Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get or set the encoding string for the XML document.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual string Encoding { get; set; }

Field Value

The encoding set for the document.

Implements

IXmlDocument..::.Encoding

Remarks

Documents that are parsed may or may not have the encoding string from the persistent form of the document.

See Also