Table of Contents

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

shortcut string

The shortcut.

Returns

string

Full name.

ToShortcut(string)

Converts from full name to shortcut.

string ToShortcut(string fullName)

Parameters

fullName string

The full name.

Returns

string

Shortcut.