TTMSFNCUtils.StripThousandSep Method
Removes thousands separators and normalizes the decimal separator to a dot.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function StripThousandSep(ps: string): String;
Parameters
| Name | Description |
|---|---|
ps |
Numeric string to normalize. |
Returns
String without thousands separators.