Click or drag to resize

ValueConverter Class

Base class for a value converter.
Inheritance Hierarchy

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

The ValueConverter type exposes the following members.

Constructors
  NameDescription
Protected methodValueConverter
Initializes a new instance of the ValueConverter class
Top
Methods
  NameDescription
Public methodConvert
Converts the specified value.
Top
See Also