In B4A I do the following but how do I do the same in B4I please?
Dim cs As CSBuilder
cs.Initialize
cs.Initialize.color(Colors.White).Size(20).Typeface(Typeface.FONTAWESOME).VerticalAlign(1dip).Append(Chr(0xF1EC)).Pop. _
Typeface(Typeface.DEFAULT_BOLD).Append(CRLF).Size(14).Append("Hex 2 Dec").PopAll
SwiftBtnCalc.xLBL.Text = cs