Aspose::Font::TextUtils::IMorseDecoder::Decode method

IMorseDecoder::Decode method

Deciphers Morse code.

virtual System::String Aspose::Font::TextUtils::IMorseDecoder::Decode(System::String morseText, MorseAlphabets alphabet=Aspose::Font::TextUtils::MorseAlphabets::Latin, char16_t inputSeparator=u'/', char16_t outputSeparator=u' ')=0
ParameterTypeDescription
morseTextSystem::StringText encoded by Morse code, ie text like “… — …"(SOS)
alphabetMorseAlphabetsAlphabet of Morse code
inputSeparatorchar16_tSymbol used to separate words in encoded text
outputSeparatorchar16_tSymbol used to separate words in decoded text

ReturnValue

Decoded text

See Also