Android Question smart strings optional formatter reference

DonManfred

Expert
Licensed User
Longtime User
Another one, I mentioned it in the post
But you read not carefully the Content of this post?

Number Formatter

The number formatter allows you to set the minimum number of integers and the maximum number of fractions digits. It is similar to NumberFormat keyword.

The number formatter structure: MinIntegers.MaxFractions. MaxFractions component is optional.

Other Numberformatters do not exist.

You can for sure write your own FormatterSub and call it with
B4X:
${MyFormatterSub(par1,par2,par3,parx)}
 
Upvote 0

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Number formatter is one thing, their are other many built-in like Time & so on ..
So if there is a reference it will be better.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top