Last active
February 11, 2017 04:51
-
-
Save adamdriscoll/a80e6cead071f1466537ba0b6e1fa8bb to your computer and use it in GitHub Desktop.
Converts C# to PowerShell
This file contains hidden or 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
Invoke-RestMethod -Uri https://codeconverter.net/csharp/powershell -Method Post -Body @{ | |
Content="class MyClass { void Delete() { var item = new Object(); } }" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome. FYI. I updated the URL.