Interface ITypeConverter<TDestination>
Base interface to for a strongly typed conversion.
Namespace: StansAssets.Foundation
Assembly: cs.temp.dll.dll
Syntax
public interface ITypeConverter<out TDestination>
Type Parameters
Name | Description |
---|---|
TDestination | Conversion Destination type. |
Methods
Convert(Object)
Declaration
TDestination Convert(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
TDestination |