IMorseDecoder.Decode
IMorseDecoder.Decode method
يفك شفرة مورس.
public string Decode(string morseText, MorseAlphabets alphabet = MorseAlphabets.Latin,
char inputSeparator = '/', char outputSeparator = ' ')
| معامل | نوع | الوصف |
|---|---|---|
| morseText | String | نص مشفر بشفرة مورس، أي نص مثل “… — …” (SOS) |
| alphabet | MorseAlphabets | أبجدية شفرة مورس |
| inputSeparator | Char | رمز يستخدم لفصل الكلمات في النص المشفر |
| outputSeparator | Char | رمز يستخدم لفصل الكلمات في النص المفكك |
قيمة الإرجاع
النص المفكك
انظر أيضاً
- enum MorseAlphabets
- interface IMorseDecoder
- namespace Aspose.Font.TextUtils
- assembly Aspose.Font