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