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