Decoder.Reset Method
When overridden in a derived class, sets the decoder back to its initial state.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
This method clears the internal state of the Decoder object. The method clears any state information preserved from a previous call to GetChars or Convert, including trailing bytes at the end of the previous data block.
Your application should call the Reset method if it wants to reuse the same decoder even after an exception is thrown by GetChars, Convert, or GetCharCount, or if the decoder switches streams and begins to decode another stream.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.