Purpose:
Returns a string with the valid currency format without the currency symbol for the entered country.
Parameter:
Number Value to be formatted
String (optional) ISO 3166-Country code
Return value:
String
Example:
LocCurr$(123,"USA") Result: "123.00"