void DelocalizeNumberString (char numberString[]);
This function replaces all occurrences of the localized decimal symbol with the period. The string is modified in place.
| Input | ||
| Name | Type | Description |
| numberString | char [] | Pass the string to be delocalized. |
None.