Decoder Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Convert(Byte*, Int32, Char*, Int32, Boolean, Int32%, Int32%, Boolean%) | Converts a buffer of encoded bytes to UTF-16 encoded characters and stores the result in another buffer. |
![]() | Convert(array<Byte>^, Int32, Int32, array<Char>^, Int32, Int32, Boolean, Int32%, Int32%, Boolean%) | Converts an array of encoded bytes to UTF-16 encoded characters and stores the result in a character array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetCharCount(Byte*, Int32, Boolean) | When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer. A parameter indicates whether to clear the internal state of the decoder after the calculation. |
![]() | GetCharCount(array<Byte>^, Int32, Int32) | When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array. |
![]() | GetCharCount(array<Byte>^, Int32, Int32, Boolean) | When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array. A parameter indicates whether to clear the internal state of the decoder after the calculation. |
![]() | GetChars(Byte*, Int32, Char*, Int32, Boolean) | When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer and any bytes in the internal buffer into a set of characters that are stored starting at the specified character pointer. A parameter indicates whether to clear the internal state of the decoder after the conversion. |
![]() | GetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32) | When overridden in a derived class, decodes a sequence of bytes from the specified byte array and any bytes in the internal buffer into the specified character array. |
![]() | GetChars(array<Byte>^, Int32, Int32, array<Char>^, Int32, Boolean) | When overridden in a derived class, decodes a sequence of bytes from the specified byte array and any bytes in the internal buffer into the specified character array. A parameter indicates whether to clear the internal state of the decoder after the conversion. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Reset() | When overridden in a derived class, sets the decoder back to its initial state. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

