| Encoder |
| Name | Description |
|---|---|
Equals | Used to determine if to objects are of equal value. |
GetByteCount | Returns the number of encoded bytes the set of characters would produce. |
GetBytes | Returns the encoded bytes generated from a set of unicode characters. |
GetHashCode | Returns a pseudo-unique number to identify this instance. |
ToString | Returns a string representation of this instance. |