Type Index
Misc.MorseCode
A class representing Morse Code.
Constructor:
string value(the value to init with)bool encode = true(whether to decode the value as if it is plaintext)
Members:
static readonly List<char> AllowedMorseCharacters- The characters that can be turned into morse codestring value;- The encoded value.
Methods:
string ToString()- It's literally justvalueagainint Length()- Gets the length of the decoded valuestring PlainText()- Decodes the parentMorseCodeobjectstring PlainText(MorseCode)- Click here to view in Function Index.MorseCode Parse(string)- Click here to view in Function Index.MorseCode TryParse(string, out MorseCode)- Click here to view in Function Index.