Type Summary

						public class UTF8Encoding : Encoding
{
  // Constructors
     public UTF8Encoding ();
     public UTF8Encoding (bool encoderShouldEmitUTF8Identifier);
     public UTF8Encoding (bool encoderShouldEmitUTF8Identifier,
                          bool throwOnInvalidBytes);

  // Methods
     public override bool Equals (object value);
     public override int GetByteCount (char[] chars,
                                       int index,
                                       int count);
     public override int GetByteCount (string str);
     public override int GetBytes (char[] chars,
                                   int charIndex,
                                   int charCount,
                                   byte[] bytes,
                                   int byteIndex);
     public override byte[] GetBytes (string s);
     public override int GetBytes (string s,
                                   int charIndex,
                                   int charCount,
                                   byte[] bytes,
                                   int byteIndex);
     public override int GetCharCount (byte[] bytes,
                                       int index,
                                       int count);
     public override int

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.