[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfString.BytesToString

BytesToString Method

BytesToString(IList<byte>)

Converts a list of bytes representing a PDF string to a string.

Declaration
public static string BytesToString(IList<byte> bytes)
Public Shared Function BytesToString(bytes As IList(Of Byte)) As String
Parameters
Type Name Description
IList<byte> bytes
Returns
Type Description
string