Encoding.GetByteCount Method
.NET Framework 2.0
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters.
| Name | Description |
|---|---|
| Encoding.GetByteCount (Char[]) | When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array. Supported by the .NET Compact Framework. |
| Encoding.GetByteCount (String) | When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String. Supported by the .NET Compact Framework. |
| Encoding.GetByteCount (Char*, Int32) | When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer. |
| Encoding.GetByteCount (Char[], Int32, Int32) | When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: