Reset Method
Collapse the table of content
Expand the table of content

Decoder.Reset Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a derived class, sets the decoder back to its initial state.

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

public virtual void Reset()

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 Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft