Encoder::GetByteCount Method
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetByteCount(Char*, Int32, Boolean) | When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer. A parameter indicates whether to clear the internal state of the encoder after the calculation. |
![]() | GetByteCount(array<Char>^, Int32, Int32, Boolean) | When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array. A parameter indicates whether to clear the internal state of the encoder after the calculation. |
