ValueString is a thin wrapper structure for System.String that never has a null reference, has the string.Empty default value, implements all string functions, and has some additional methods and properties.
main
Yury Malich
First release.
- Added ValueString.GetEnumerator() method to support foreach() llop - Added missing XML documentation for all parameters and return values. - Added Copilot generaded UnitTests :)
Initial commit