Im searching for a solution to do numeric format strings in B4A and B4J
https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings
especially i need Digit placeholder and Decimal point.
for example i had a raw value of 700 with a mask of "x.xx" i need to convert it to 7.00
Is there a function for something like that?
https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings
especially i need Digit placeholder and Decimal point.
for example i had a raw value of 700 with a mask of "x.xx" i need to convert it to 7.00
Is there a function for something like that?