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. |