Interface IMorseEncoder

IMorseEncoder interface

Declares functionality to encode text by Morse code.

public interface IMorseEncoder

Methods

NameDescription
Encode(string, char, char)Encodes text by Morse code. Heuristic analysis is used to calculate the alphabet of the input text. The alphabet is selected by the first word.
Encode(string, MorseAlphabets, char, char)Encodes text by Morse code.

See Also