Skip to main content
Skip table of contents

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
ReturnsName
byte``[]ConvertCharsToBytes(char``[] chars)
byte``[]EscapeString(...)

Details

Methods

EscapeString [1/2]

Source code

public static byte EscapeString(byte[] b)
Arguments
TypeNameDescription
byte``[]b
EscapeString [2/2]

Source code

public static void EscapeString(byte[] bytes, ByteBuffer content)
Arguments
TypeNameDescription
byte``[]bytes
ByteBuffercontent
ConvertCharsToBytes

Source code

public static byte ConvertCharsToBytes(char[] chars)
Arguments
TypeNameDescription
char``[]chars

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.