menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DocIOEncoding

    Represents a character encoding.

    Inheritance
    System.Object
    DocIOEncoding
    Namespace: Syncfusion.DocIO.Utilities
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public abstract class DocIOEncoding : Object

    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