menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocIOEncoding - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocIOEncoding

    Represents a character encoding.

    Inheritance
    System.Object
    DocIOEncoding
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.DocIO.Utilities
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public abstract class DocIOEncoding

    Constructors

    DocIOEncoding()

    Declaration
    protected DocIOEncoding()

    Methods

    GetString(Byte[])

    Decodes all the bytes in the specified byte array into a string.

    Declaration
    public static string GetString(byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    The byte array containing the sequence of bytes to decode.

    Returns
    Type Description
    System.String

    A string that contains the results of decoding the specified sequence of bytes.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved