[]
Creates a PdfString from the passed string.
public static PdfString FromString(string s)
The string to create the PDF string from.
The created PDF string, or null if s is null.
s