[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfString.StringToBytes

StringToBytes Method

StringToBytes(string)

Converts a string to the array of bytes representing the PDF string.

Declaration
public static byte[] StringToBytes(string s)
Public Shared Function StringToBytes(s As String) As Byte()
Parameters
Type Name Description
string s
Returns
Type Description
byte[]