Show / Hide Table of Contents

    Class FallbackEncodingOptions

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

    Inheritance
    System.Object
    EncodingOptions
    FallbackEncodingOptions
    Inherited Members
    EncodingOptions.DefaultPreambleSequence
    EncodingOptions.DefaultEncoding
    EncodingOptions.Preamble
    EncodingOptions.Encoding
    EncodingOptions.DetectEncoding(Stream)
    EncodingOptions.DetectEncoding(Byte[])
    Namespace: Cuemon.Text
    Assembly: Cuemon.Core.dll
    Syntax
    public class FallbackEncodingOptions : EncodingOptions

    Constructors

    | Improve this Doc

    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

    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
    System.Text.DecoderFallback

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

    | Improve this Doc

    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
    System.Text.EncoderFallback

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

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)

    See Also

    EncodingOptions
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX