iText 5

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

Returns

Name

string

ByteToChar

(byte``[] b, string encoding)

byte``[]

CharToByte

(...)

Details

Methods

CharToByte [1/2]

public byte CharToByte(string text, string encoding)

Arguments

Type

Name

Description

string

text

string

encoding

CharToByte [2/2]

public byte CharToByte(char char1, string encoding)

Arguments

Type

Name

Description

char

char1

string

encoding

ByteToChar

public string ByteToChar(byte[] b, string encoding)

Arguments

Type

Name

Description

byte``[]

b

string

encoding

Generated with ModularDoc