I have a simple text file with my app changes, and I want to load it and display it at app startup.
The output must be a label with typefece fontawesome (created with the designer).
The text from file is "bla bla...Chr(0xF0F9)... bla bla Chr(0xF0F8) "
How to correctly display it, not as a pure text with some strange simbols, but as a text with proper icons?
I manage to separate file into a list, then
FontAwesomeLable.Text=list(0) & Chr(0xF0F9) & list(1) & Chr(0xF0F8)'etc
but it show an error (Exception) java.lang.Exception: java.lang.NumberFormatException: For input string: "0xF0F9",