Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the current culture to invariant culture for consistent numeric f…
…ormatting across different environments. This is crucial because the output of string formatting for numbers can vary based on the machine's locale settings. Using the invariant culture ensures that the format "12,345.00" will be consistent regardless of the regional settings of the system on which this test runs.
- Loading branch information