Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DecoderReplacementFallbackBuffer::Reset Method ()

 

Initializes all internal state information and data in the DecoderReplacementFallbackBuffer object.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual void Reset() override

The Reset method discards any persisted state information and data that govern the emitting of a replacement string. Unpredictable results occur if the decoding operation continues after the Reset method is invoked.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft