iText 5

StringUtils

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

byte``[]

ConvertCharsToBytes

(char``[] chars)

byte``[]

EscapeString

(...)

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

Type

Name

Description

byte``[]

bytes

ByteBuffer

content

ConvertCharsToBytes

Source code

public static byte ConvertCharsToBytes(char[] chars)

Arguments

Type

Name

Description

char``[]

chars

Generated with ModularDoc