The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EncoderFallback::ReplacementFallback Property
.NET Framework (current version)
Gets an object that outputs a substitute string in place of an input character that cannot be encoded.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Text::EncoderFallback^A type derived from the EncoderFallback class. The default value is a EncoderReplacementFallback object that replaces unknown input characters with the QUESTION MARK character ("?", U+003F).
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: