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