Show / Hide Table of Contents

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 Source

Encoding

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX