Interface IConvertShortcutFullName
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for shortcut-fullname conversion operations.
public interface IConvertShortcutFullName
- Extension Methods
Methods
FromShortcut(string)
Converts from shortcut to full name.
string FromShortcut(string shortcut)
Parameters
shortcutstringThe shortcut.
Returns
- string
Full name.
ToShortcut(string)
Converts from full name to shortcut.
string ToShortcut(string fullName)
Parameters
fullNamestringThe full name.
Returns
- string
Shortcut.