[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DecoderFallback Interfaces=Object,DecoderFallback Info=Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. The fallback emits a user-specified replacement string instead of a decoded input byte sequence. This class cannot be inherited. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the DecoderReplacementFallback class|14|0|Constructor,Constructor2 Replacement=Sets a string that is emitted in a decoding operation in place of an input byte sequence that cannot be decoded. ARG(string)|2| [Methods] *doConstructor=Initializes a new instance of the DecoderReplacementFallback class. ARG()|1|0 *doConstructor2=Initializes a new instance of the DecoderReplacementFallback class using a specified replacement string. ARG(string replacement)|1|0 *DefaultString=Returns the replacement string that is the value of the DecoderReplacementFallback object. ARG(string)|3|2 DecoderReplacementFallback=Returns the DecoderReplacementFallback object. ARG(DecoderReplacementFallback)|3|0 Replacement=A string that is emitted in a decoding operation in place of an input byte sequence that cannot be decoded. ARG(string)|4|2