-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
ToStringOut
method and add overloads
* Fix the order of date as the first property in the `ToStringOut` method. * Use the `OutType` argument properly in the `ToStringOut` method. * Fix formatting issues for date in the `ToStringOut` method. * Add overloads for `.ToString(int limitQty)` and `.ToString(int startIndex, int endIndex)` methods. * Refactor the `ToStringOut` method for better performance. Add unit tests for `ToStringOut` method * Add unit tests for the new overloads `.ToString(int limitQty)` and `.ToString(int startIndex, int endIndex)`. * Add unit tests for the fixed order of date as the first property. * Add unit tests for the proper use of `OutType` argument. * Add unit tests for the fixed formatting issues for date. * Add unit tests for the refactored `ToStringOut` method performance.
- Loading branch information
1 parent
0370c03
commit 95c4c8a
Showing
2 changed files
with
80 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters