StringUtils Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.StringUtils[[StringUtils]]
end
Members
Methods
Public Static methods
Details
Methods
EscapeString [1/2]
Source code
public static byte EscapeString(byte[] b)
Arguments
Type | Name | Description |
---|
byte``[] | b | |
EscapeString [2/2]
Source code
public static void EscapeString(byte[] bytes, ByteBuffer content)
Arguments
ConvertCharsToBytes
Source code
public static byte ConvertCharsToBytes(char[] chars)
Arguments
Type | Name | Description |
---|
char``[] | chars | |
Generated with ModularDoc