Interface IEncodingOptions
Defines options that is related to Encoding operations.
Namespace: Cuemon.Text
Assembly: Cuemon.Core.dll
Syntax
public interface IEncodingOptions
Properties
| Improve this Doc View SourceEncoding
Gets or sets the character encoding to use for the operation.
Declaration
Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
Encoding | The character encoding to use for the operation. |
Preamble
Gets or sets the action to take in regards to encoding related preamble sequences.
Declaration
PreambleSequence Preamble { get; set; }
Property Value
Type | Description |
---|---|
PreambleSequence | A value that indicates whether to preserve or remove preamble sequences. |