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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Methods
EscapeString [1/2]
Source code
public static byte EscapeString(byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
EscapeString [2/2]
Source code
public static void EscapeString(byte[] bytes, ByteBuffer content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bytes |
|
|
|
content |
ConvertCharsToBytes
Source code
public static byte ConvertCharsToBytes(char[] chars)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
chars |
Generated with ModularDoc