Show / Hide Table of Contents

Class FallbackEncodingOptions

Configuration options related to Encoding.

Inheritance
Object
EncodingOptions
FallbackEncodingOptions
Implements
IEncodingOptions
IParameterObject
Inherited Members
EncodingOptions.DefaultPreambleSequence
EncodingOptions.DefaultEncoding
EncodingOptions.Preamble
EncodingOptions.Encoding
Namespace: Cuemon.Text
Assembly: Cuemon.Core.dll
Syntax
public class FallbackEncodingOptions : EncodingOptions, IEncodingOptions, IParameterObject

Constructors

| Improve this Doc View Source

FallbackEncodingOptions()

Initializes a new instance of the FallbackEncodingOptions class.

Declaration
public FallbackEncodingOptions()
Remarks

The following table shows the initial property values for an instance of FallbackEncodingOptions.

PropertyInitial Value
EncoderFallbackEncoderFallback.ExceptionFallback
DecoderFallbackDecoderFallback.ExceptionFallback

Properties

| Improve this Doc View Source

DecoderFallback

Gets or sets the object that provides an error-handling procedure when a byte sequence cannot be decoded.

Declaration
public DecoderFallback DecoderFallback { get; set; }
Property Value
Type Description
DecoderFallback

The object that provides an error-handling procedure when a byte sequence cannot be decoded.

| Improve this Doc View Source

EncoderFallback

Gets or sets the object that provides an error-handling procedure when a character cannot be encoded.

Declaration
public EncoderFallback EncoderFallback { get; set; }
Property Value
Type Description
EncoderFallback

The object that provides an error-handling procedure when a character cannot be encoded.

| Improve this Doc View Source

TargetEncoding

Gets or sets the target encoding for the operation.

Declaration
public Encoding TargetEncoding { get; set; }
Property Value
Type Description
Encoding

The target encoding for the operation.

Exceptions
Type Condition
ArgumentNullException

value cannot be null.

Implements

IEncodingOptions
IParameterObject

See Also

EncodingOptions
  • 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