Skip to main content
Skip table of contents

IExtraEncoding

IExtraEncoding Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.IExtraEncoding[[IExtraEncoding]]
  class iTextSharp.text.pdf.IExtraEncoding interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
stringByteToChar(byte``[] b, string encoding)
byte``[]CharToByte(...)

Details

Methods

CharToByte [1/2]
public byte CharToByte(string text, string encoding)
Arguments
TypeNameDescription
stringtext
stringencoding
CharToByte [2/2]
public byte CharToByte(char char1, string encoding)
Arguments
TypeNameDescription
charchar1
stringencoding
ByteToChar
public string ByteToChar(byte[] b, string encoding)
Arguments
TypeNameDescription
byte``[]b
stringencoding

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.