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.

EncoderReplacementFallbackBuffer::Reset Method ()

 

Initializes all internal state information and data in this instance of EncoderReplacementFallbackBuffer.

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 emitting a replacement string. Unpredictable results occur if the encoding operation continues after the Reset method is invoked.

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