Table of Contents

Interface IEncodingOptions

Namespace
Cuemon.Text
Assembly
Cuemon.Core.dll

Defines options that is related to System.Text.Encoding operations.

public interface IEncodingOptions

Properties

Encoding

Gets or sets the character encoding to use for the operation.

Encoding Encoding { get; set; }

Property Value

Encoding

The character encoding to use for the operation.

Preamble

Gets or sets the action to take in regards to encoding related preamble sequences.

PreambleSequence Preamble { get; set; }

Property Value

PreambleSequence

A value that indicates whether to preserve or remove preamble sequences.