Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / StringToBytes Method

In This Topic
    StringToBytes Method
    In This Topic
    Converts a string to the array of bytes representing the PDF string.
    Syntax
    'Declaration
     
    Public Shared Function StringToBytes( _
       ByVal s As System.String _
    ) As System.Byte()
    public static System.byte[] StringToBytes( 
       System.string s
    )

    Parameters

    s
    See Also