A simple .Net Core library to translate from English to Morse Code and vice versa. The library code can be found in Morse.cs
and an implementation can be found in Program.cs
.
Code(string input)
- Class constructor, pass in the string to translate in either English or MorseGetInput()
- Returns the input value pre-translationGetTranslation()
- Returns the translated inputPlay()
- Play the translated Morse Code with the system speaker, only works on Windows (current limitation of .Net Core)
If you are interested in learning Morse Code for whatever reason I would recommend www.learnmorsecode.com