Constructors: NewDecoderReplacementFallback

NewDecoderReplacementFallback

Initializes a new instance of the DecoderReplacementFallback class using a specified replacement string.



 Public Function NewDecoderReplacementFallback(
	  ByRef Replacement As String ) As DecoderReplacementFallback

Parameters

Replacement
[ByRef] String. A string that is emitted in a decoding operation in place of an input byte sequence that cannot be decoded.

Return Values

DecoderReplacementFallback -  An initialized DecoderReplacementFallback object.

Remarks

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.

Exceptions

ExceptionCondition
ArgumentExceptionReplacement 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.

See Also

Project CorLib Overview

Class Constructors Overview