Android Question Color conversion from String to Int

mmanso

Active Member
Licensed User
Longtime User
Hi All,

Let's say I've this string:

B4X:
Dim pColor As String = "FFE41919"

What's the best way to convert this into Ints to feed xui.Color_ARGB?

Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
?
 
Upvote 0
Top