Aspose::Font::TextUtils::IMorseDecoder::Decode méthode

IMorseDecoder::Decode method

Décode le code Morse.

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
ParamètreTypeDescription
morseTextSystem::StringTexte encodé en code Morse, par ex. texte comme “… — …"(SOS)
alphabetMorseAlphabetsAlphabet du code Morse
inputSeparatorchar16_tSymbole utilisé pour séparer les mots dans le texte encodé
outputSeparatorchar16_tSymbole utilisé pour séparer les mots dans le texte décodé

ReturnValue

Texte décodé

Voir aussi