ITypeConverter<TSource, TDestination>

Namespace: SnowBank.Runtime.Converters · interface

Implements: ITypeConverter

Class that can convert values of type TSource into values of type TDestination

Methods

Convert

TDestination Convert(TSource value)

Converts a TSource into a TDestination

  • value — Value to convert

Returns: Converted value