Click or drag to resize

ValueConverterTInput, TOutput Class

Base generic class for a value converter.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.Providers.ConvertersValueConverter
    Slash.Unity.DataBind.Foundation.Providers.ConvertersValueConverterTInput, TOutput

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class ValueConverter<TInput, TOutput> : ValueConverter

Type Parameters

TInput

[Missing <typeparam name="TInput"/> documentation for "T:Slash.Unity.DataBind.Foundation.Providers.Converters.ValueConverter`2"]

TOutput

[Missing <typeparam name="TOutput"/> documentation for "T:Slash.Unity.DataBind.Foundation.Providers.Converters.ValueConverter`2"]

The ValueConverterTInput, TOutput type exposes the following members.

Constructors
  NameDescription
Protected methodValueConverterTInput, TOutput
Initializes a new instance of the ValueConverterTInput, TOutput class
Top
Methods
  NameDescription
Public methodConvert(Object)
Converts the specified value.
(Overrides ValueConverterConvert(Object).)
Protected methodConvert(TInput)
Called when the specified value should be converted.
Top
See Also