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 |
|---|---|
|
|
( |
|
|
( |
Details
Methods
CharToByte [1/2]
public byte CharToByte(string text, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
encoding |
CharToByte [2/2]
public byte CharToByte(char char1, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
char1 |
|
|
|
encoding |
ByteToChar
public string ByteToChar(byte[] b, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
|
|
|
encoding |
Generated with ModularDoc