[]
Converts a list of bytes representing a PDF string to a string.
public static string BytesToString(IList<byte> bytes)
Public Shared Function BytesToString(bytes As IList(Of Byte)) As String
Type | Name | Description |
---|---|---|
IList<byte> | bytes |
Type | Description |
---|---|
string |