Interface IConverterService
Interface IConverterService
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IConverterService
Methods
View SourceConvertDecimalToCurrency(Decimal)
Converts the decimal to currency.
Declaration
string ConvertDecimalToCurrency(decimal value)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | value | The value. |
Returns
Type | Description |
---|---|
System.String | System.String. |
ConvertMediaColor2Integer(Object)
Converts the media color2 integer.
Declaration
int ConvertMediaColor2Integer(object mediacolor)
Parameters
Type | Name | Description |
---|---|---|
System.Object | mediacolor | The mediacolor. |
Returns
Type | Description |
---|---|
System.Int32 | System.Int32. |