 | PdfFontToUnicode Method |
Convert given char code to unicode
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic char ToUnicode(
int charCode
)
Public Function ToUnicode (
charCode As Integer
) As Char
public:
wchar_t ToUnicode(
int charCode
)
member ToUnicode :
charCode : int -> char public char ToUnicode(
int charCode
)
function ToUnicode(charCode);
Parameters
- charCode Int32
- Char code
Return Value
CharUnicode
See Also