This topic has not yet been rated - Rate this topic

Encoding.GetByteCount Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.