This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Passes a substitute string to an encoding operation. The string is used in place of any input character that cannot be encoded.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class NumericEntityEncoderFallbackBuffer : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class NumericEntityEncoderFallbackBuffer _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System.Text..::..EncoderFallbackBuffer
    Smartsite.Base..::..NumericEntityEncoderFallbackBuffer

See Also

Advanced