Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extension method called GetEnv to the string class #127

Merged
merged 15 commits into from
May 1, 2023

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Apr 27, 2023

Resolves #126.

To Do:

  • Add the non-generic method GetEnv.
  • Add a usage example for the non-generic method.
  • Add a generic method to convert the value of the key to another type.
  • Add a usage example for the generic method.
  • Add unit tests.
  • Add documentation for methods.

@MrDave1999 MrDave1999 added the feature New feature or request label Apr 27, 2023
@MrDave1999 MrDave1999 marked this pull request as ready for review May 1, 2023 15:43
@MrDave1999 MrDave1999 merged commit af4dc92 into master May 1, 2023
@MrDave1999 MrDave1999 deleted the enhancement/issue-126 branch May 1, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an extension method called GetEnv to the string class
1 participant