Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UTF32Encoding::GetByteCount Method

 

Calculates the number of bytes produced by encoding a set of characters.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetByteCount(Char*, Int32)

Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.(Overrides Encoding::GetByteCount(Char*, Int32).)

System_CAPS_pubmethodGetByteCount(array<Char>^)

When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.(Inherited from Encoding.)

System_CAPS_pubmethodGetByteCount(array<Char>^, Int32, Int32)

Calculates the number of bytes produced by encoding a set of characters from the specified character array.(Overrides Encoding::GetByteCount(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodGetByteCount(String^)

Calculates the number of bytes produced by encoding the characters in the specified String.(Overrides Encoding::GetByteCount(String^).)

Return to top
Show:
© 2017 Microsoft