Click or drag to resize

StringDocumentEncoding Property

Gets the document's character encoding.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public override Encoding Encoding { get; }

Property Value

Encoding
Remarks
StringDocument instances return UTF8 for this property.
See Also