Constructors: NewDecoderReplacementFallback |
Initializes a new instance of the DecoderReplacementFallback class using a specified replacement string.
Public Function NewDecoderReplacementFallback( ByRef Replacement As String ) As DecoderReplacementFallback
The Replacement parameter initializes the replacement string that is the value of the DecoderReplacementFallback object. A commonly used value is the Unicode "Replacement Character" (U+FFFD), which is specifically intended to replace an incoming character having a value that is unknown or unrepresentable in Unicode.
Exception | Condition |
---|---|
ArgumentException | Replacement contains an invalid surrogate pair. In other words, the surrogate pair does not consist of one high surrogate component followed by one low surrogate component. |