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