IPdfEncodingGetString Method |
Decodes a sequence of bytes from the specified byte array into a string.
Namespace: SautinSoft.Pdf.TextAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxstring GetString(
byte[] bytes,
int index,
int count
)
Function GetString (
bytes As Byte(),
index As Integer,
count As Integer
) As String
Parameters
- bytes Byte
- The byte array containing the sequence of bytes to decode.
- index Int32
- The index of the first byte to decode.
- count Int32
- The number of bytes to decode.
Return Value
StringA string that contains the results of decoding the specified sequence of bytes.
See Also