ITypeConverter
Namespace: SnowBank.Runtime.Converters · interface
Base class of all value converters
Properties
Destination
Type Destination { get; }
Type of the result of the conversion
Source
Type Source { get; }
Type of the instance to be converted
Methods
ConvertBoxed
object ConvertBoxed(object value)
Converts an untyped object