This repository was archived by the owner on Aug 30, 2025. It is now read-only.
2.0.0
[2.0.0] - 2022-02-10
New Features
- Added extension
string.IsEmail()
; - Added extension
string.CombineURL()
; - Added extension
object.ToQueryString()
;
Breaking Changes
- Discontinued the extension
string.EmptyOrWhiteSpace()
. New methodstring.EmptyOrWhiteSpaceToNull()
;