EncoderReplacementFallback Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EncoderReplacementFallback class.
Overloads
| Name | Description |
|---|---|
| EncoderReplacementFallback() |
Initializes a new instance of the EncoderReplacementFallback class. |
| EncoderReplacementFallback(String) |
Initializes a new instance of the EncoderReplacementFallback class using a specified replacement string. |
EncoderReplacementFallback()
Initializes a new instance of the EncoderReplacementFallback class.
public:
EncoderReplacementFallback();
public EncoderReplacementFallback();
Public Sub New ()
Remarks
By default, the replacement string that is the value of this EncoderReplacementFallback object is "?".
See also
Applies to
EncoderReplacementFallback(String)
- Source: