Android Question convert String To Chr(0xxxxx)

SMOOTSARA

Active Member
Licensed User
Longtime User
Hello guys :)

A string has been sent to me from the server (( icon_exit_chr ==== 0xE5CD ))

How can I get it and convert it to fonts?

B4X:
Label_icon.Text=chr(?????????)

upload_2018-3-19_6-29-39.png
 

SMOOTSARA

Active Member
Licensed User
Longtime User
Hi Erel

I have a String
and
I have a label

dim st1 as string = "0xE5CD"
dim lb1 as label

who to show on the label.text when set label typeface FontAwesome

thank you
 
Upvote 0
Top