@PARSE_FORMATTED_DECIMAL (String [, Decimal Point, Thousands Separator]) | |
---|---|
String | Required string parameter, contains the value to be parsed interpreted
as a string and parsed into a decimal by the function. |
Decimal Point | Optional string parameter with a default value of the client’s
locale decimal separator. This value may be set to any single character
to be considered as a decimal separator. |
Thousands Separator | Optional string parameter with a default value of the client’s
locale thousands separator. This value may be set to any single
character to be considered as separating thousand and hundreds,
millions and hundred thousands, etc. |
Decimal