Interface IConvertConvention
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for convention conversion operations.
public interface IConvertConvention
- Extension Methods
Methods
FromConvention(string)
Converts from convention format.
string FromConvention(string text)
Parameters
textstringThe text to convert.
Returns
- string
Converted text.
ToConvention(string)
Converts to convention format.
string ToConvention(string text)
Parameters
textstringThe text to convert.
Returns
- string
Converted text.