Aspose::Font::TextUtils::IMorseDecoder::Decode method
IMorseDecoder::Decode method
يفك شفرة مورس.
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
| معامل | نوع | الوصف |
|---|---|---|
| morseText | System::String | نص مشفر بشفرة مورس، أي نص مثل “… — …"(SOS) |
| أبجدية | MorseAlphabets | أبجدية شفرة مورس |
| inputSeparator | char16_t | رمز يستخدم لفصل الكلمات في النص المشفر |
| outputSeparator | char16_t | رمز يستخدم لفصل الكلمات في النص المفكك |
ReturnValue
نص مفكك
انظر أيضًا
- Class String
- Enum MorseAlphabets
- Class IMorseDecoder
- Namespace Aspose::Font::TextUtils
- Library Aspose.Font for C++